ClientRegistrationAgentInformation Class

 

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
System_CAPS_pubmethod ClientRegistrationAgentInformation()

Initializes a new instance of the ClientRegistrationAgentInformation class.

Properties

Name Description
System_CAPS_pubproperty AgentIdentity

Gets or sets the agent identity. An example of agent identity is "myapplication.exe".

System_CAPS_pubproperty AgentType

Gets or sets the agent type.

System_CAPS_pubproperty AgentVersion

Gets or sets the client version.

System_CAPS_pubproperty AgentVersionString

Gets or sets the client version. This property is only for serialization. Use AgentVersion instead.

System_CAPS_pubproperty SerializableAgentType

Gets or sets the agent type as an integer. This property is only for serialization. Use AgentType instead.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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