InventoryIdentificationMachine Class
Represents inventory identification information for a machine.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryIdentificationMachine
Syntax
[SerializableAttribute]
public sealed class InventoryIdentificationMachine
[SerializableAttribute]
public ref class InventoryIdentificationMachine sealed
<SerializableAttribute>
Public NotInheritable Class InventoryIdentificationMachine
Constructors
Name | Description | |
---|---|---|
InventoryIdentificationMachine() | Initializes a new instance of the InventoryIdentificationMachine class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top