ClientRegistrationRequestData.AgentInformation Property
Gets or sets the agent information for the registration request.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public ClientRegistrationAgentInformation AgentInformation { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property ClientRegistrationAgentInformation^ AgentInformation {
ClientRegistrationAgentInformation^ get();
void set(ClientRegistrationAgentInformation^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public Property AgentInformation As ClientRegistrationAgentInformation
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ClientRegistrationAgentInformation
See Also
ClientRegistrationRequestData Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top