[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 (state)

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryClientIdState : 

InventoryClientIdBase
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryClientIdState _
	
Inherits 

InventoryClientIdBase
[
SerializableAttribute]
public 
ref class 
InventoryClientIdState 
sealed : 
public 

InventoryClientIdBase

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryClientIdState () () () ()
Initializes a new instance of the InventoryClientIdStateclass.
InventoryClientIdState(SmsClientId, Int32, Int32)
Initializes a new instance of the InventoryClientIdStateclass.
ClientId
Client ID
(Inherited from InventoryClientIdBase.)
ClientIdString
Client ID as a string. This is only for serialization. Use ClientId instead
(Inherited from InventoryClientIdBase.)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IdFlag
ID Flag
IdType
ID Type
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . InventoryClientIdBase
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . InventoryClientIdState

See Also