This document is archived and information here might be outdated. Recommended version. |
The name of the agent.
[Visual Basic .NET] Public ReadOnly Property Name As String
[C#] public string Name {get;}
[C++]
HRESULT get_Name(
System.String* agentName
);
[C++]
Parameters agentName [out, retval]
agentName is a parameter of type BSTR*
Returns the name of the agent. This property is implemented within the agent; there is no need to set this property.