InventoryIdentificationMachine Class
Represents inventory identification information for a machine.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | InventoryIdentificationMachine() | Initializes a new instance of the InventoryIdentificationMachine class. |
| Name | Description | |
|---|---|---|
![]() | ClientId | Gets or sets the client ID. |
![]() | ClientInstalled | Gets or sets the client installation status. The default value is null. |
![]() | ClientType | Gets or sets the client type. The default value is null. |
![]() | ClientVersion | Gets or sets the client version. |
![]() | CodePage | Gets or sets the code page. The default value is the operating system code page. |
![]() | LocaleId | Gets or sets the locale ID. The default value is the operating system LCID. |
![]() | NetBiosName | Gets or sets the NetBIOS name. |
![]() | Priority | Gets or sets the priority. This property is only used by relay messages, such as state. |
![]() | PublicKey | Gets or sets the public key for the machine. |
![]() | SerializableClientInstalled | Gets or sets the client installation status as an integer. This property is only for serialization. Use ClientInstalled instead. |
![]() | SerializableClientVersion | Gets or sets the client version. This property is only for serialization. Use ClientVersion instead. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

