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.
Gets or sets the agent identity. An example of agent identity is "MyClient.exe".
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public string AgentIdentity { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property String^ AgentIdentity {
String^ get();
void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property AgentIdentity As String
Property Value
Type: System.String
See Also
ConfigMgrRegistrationRequestBase Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top