InventoryInstanceElementWin32NetworkAdapterConfiguration.Index Property
Gets or sets the network interface index.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public uint Index { get; set; }
public:
property unsigned int Index {
unsigned int get();
void set(unsigned int value);
}
Public Property Index As UInteger
Property Value
Type: System.UInt32
See Also
InventoryInstanceElementWin32NetworkAdapterConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top