ClientRegistrationAgentInformation Class
Represents registration agent information.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::ClientRegistrationAgentInformation
| Name | Description | |
|---|---|---|
![]() | ClientRegistrationAgentInformation() | Initializes a new instance of the ClientRegistrationAgentInformation class. |
| Name | Description | |
|---|---|---|
![]() | AgentIdentity | Gets or sets the agent identity. An example of agent identity is "myapplication.exe". |
![]() | AgentType | Gets or sets the agent type. |
![]() | AgentVersion | Gets or sets the client version. |
![]() | AgentVersionString | Gets or sets the client version. This property is only for serialization. Use AgentVersion instead. |
![]() | SerializableAgentType | Gets or sets the agent type as an integer. This property is only for serialization. Use AgentType instead. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

