InventoryIdentificationMachine Class

 

Represents inventory identification information for a machine.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::InventoryIdentificationMachine

[SerializableAttribute]
public ref class InventoryIdentificationMachine sealed 

NameDescription
System_CAPS_pubmethodInventoryIdentificationMachine()

Initializes a new instance of the InventoryIdentificationMachine class.

NameDescription
System_CAPS_pubpropertyClientId

Gets or sets the client ID.

System_CAPS_pubpropertyClientInstalled

Gets or sets the client installation status. The default value is null.

System_CAPS_pubpropertyClientType

Gets or sets the client type. The default value is null.

System_CAPS_pubpropertyClientVersion

Gets or sets the client version.

System_CAPS_pubpropertyCodePage

Gets or sets the code page. The default value is the operating system code page.

System_CAPS_pubpropertyLocaleId

Gets or sets the locale ID. The default value is the operating system LCID.

System_CAPS_pubpropertyNetBiosName

Gets or sets the NetBIOS name.

System_CAPS_pubpropertyPriority

Gets or sets the priority. This property is only used by relay messages, such as state.

System_CAPS_pubpropertyPublicKey

Gets or sets the public key for the machine.

System_CAPS_pubpropertySerializableClientInstalled

Gets or sets the client installation status as an integer. This property is only for serialization. Use ClientInstalled instead.

System_CAPS_pubpropertySerializableClientVersion

Gets or sets the client version. This property is only for serialization. Use ClientVersion instead.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: