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

Client ID information for an inventory message

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryClientIdBase () () () ()
Initializes a new instance of the InventoryClientIdBaseclass. Default constructor. Sets ClientID to a random GUID
InventoryClientIdBase(SmsClientId)
Initializes a new instance of the InventoryClientIdBaseclass.
ClientId
Client ID
ClientIdString
Client ID as a string. This is only for serialization. Use ClientId instead
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

See Also