[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Agent name

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
override 
string 
AgentName { 
get; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Overrides 
ReadOnly 
Property 
AgentName 
As 
String
	
Get
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
virtual 
property 
String^ 
AgentName {
	
String^ 
get () 
override;
}

See Also