Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents registration agent information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.ClientRegistrationAgentInformation
Syntax
[SerializableAttribute]
public sealed class ClientRegistrationAgentInformation
[SerializableAttribute]
public ref class ClientRegistrationAgentInformation sealed
<SerializableAttribute>
Public NotInheritable Class ClientRegistrationAgentInformation
Constructors
Name | Description | |
---|---|---|
![]() |
ClientRegistrationAgentInformation() | Initializes a new instance of the ClientRegistrationAgentInformation class. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top