ClientRegistrationAgentInformation.AgentIdentity Property
Gets or sets the agent identity. An example of agent identity is "myapplication.exe".
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string AgentIdentity { get; set; }
public:
property String^ AgentIdentity {
String^ get();
void set(String^ value);
}
Public Property AgentIdentity As String
Property Value
Type: System.String
See Also
ClientRegistrationAgentInformation Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top