DiskPartitionInfoIndex Property |
Win32_DiskPartition: Index: Index number of the partition.
Namespace:
Xcalibur.Models.Hardware.Disk
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public int Index { get; set; }
<DataMemberAttribute>
Public Property Index As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int Index {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract Index : int with get, set
[<DataMemberAttribute>]
override Index : int with get, set
Property Value
Type:
Int32
The index.
Implements
IDiskPartitionInfoIndexSee Also