Udostępnij za pośrednictwem


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
System_CAPS_pubmethod InventoryIdentificationMachine()

Initializes a new instance of the InventoryIdentificationMachine class.

Properties

Name Description
System_CAPS_pubproperty ClientId

Gets or sets the client ID.

System_CAPS_pubproperty ClientInstalled

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

System_CAPS_pubproperty ClientType

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

System_CAPS_pubproperty ClientVersion

Gets or sets the client version.

System_CAPS_pubproperty CodePage

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

System_CAPS_pubproperty LocaleId

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

System_CAPS_pubproperty NetBiosName

Gets or sets the NetBIOS name.

System_CAPS_pubproperty Priority

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

System_CAPS_pubproperty PublicKey

Gets or sets the public key for the machine.

System_CAPS_pubproperty SerializableClientInstalled

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

System_CAPS_pubproperty SerializableClientVersion

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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