ClientRegistrationAgentInformation Class

 

Represents registration agent information.

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

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

[SerializableAttribute]
public ref class ClientRegistrationAgentInformation sealed 

NameDescription
System_CAPS_pubmethodClientRegistrationAgentInformation()

Initializes a new instance of the ClientRegistrationAgentInformation class.

NameDescription
System_CAPS_pubpropertyAgentIdentity

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

System_CAPS_pubpropertyAgentType

Gets or sets the agent type.

System_CAPS_pubpropertyAgentVersion

Gets or sets the client version.

System_CAPS_pubpropertyAgentVersionString

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

System_CAPS_pubpropertySerializableAgentType

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: