ComputerNameOrAgentName Property (ExecutionHistoryItem)
In This Topic
Gets the name or address of the RemoteAgent, or the ComputerName if it is a local instance.
Syntax
'Declaration
Public ReadOnly Property ComputerNameOrAgentName As String
public string ComputerNameOrAgentName {get;}
public:
property String^ ComputerNameOrAgentName {
String^ get();
}
See Also