ComputerNameOrAgentName Property (LogMessage)
In This Topic
Returns the name of the
RemoteAgent if it is set, or the
ComputerName otherwise
Syntax
'Declaration
Public ReadOnly Property ComputerNameOrAgentName As String
public string ComputerNameOrAgentName {get;}
public:
property String^ ComputerNameOrAgentName {
String^ get();
}
See Also