[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Inventory identification information for a machine

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryIdentificationMachine
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryIdentificationMachine
[
SerializableAttribute]
public 
ref class 
InventoryIdentificationMachine 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryIdentificationMachine () () () ()
Initializes a new instance of the InventoryIdentificationMachineclass.
ClientId
Gets/sets the client ID.
ClientInstalled
Gets/sets the client installation status. Default is null.
ClientType
Gets/sets the client type. Defaults to null.
ClientVersion
Gets/sets the client version
CodePage
Gets/sets the code page. Defaults to the OS code page
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LocaleId
Gets/sets the locale ID. Defaults to the OS LCID
MemberwiseClone () () () () (Inherited from Object.)
NetBiosName
Gets/sets the NetBIOS name
Priority
Gets/sets the Priority. This is only used by relay messages (state, etc).
PublicKey
Public key for the machine
SerializableClientInstalled
Gets/sets the client installation status as an integer. This is only for serialization. You should use ClientInstalled instead
SerializableClientVersion
Gets/sets the client version. This should only be used by serialization. ClientVersion should be used instead.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also