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

Registration agent information

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
ClientRegistrationAgentInformation () () () ()
Initializes a new instance of the ClientRegistrationAgentInformationclass.
AgentIdentity
Gets/sets the agent identity. Agent identity is something like "myapplication.exe"
AgentType
Gets/sets the agent type
AgentVersion
Gets/sets the client version
AgentVersionString
Gets/sets the client version. This is only for serialization. Use AgentVersion instead.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
SerializableAgentType
Gets/sets the agent type as an integer. This is only for serialization. AgentType should be used instead.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also