adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / ComputerNameOrAgentName Property


In This Topic
    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();
    }
    Remarks
    If RemoteAgent is not null, ComputerNameOrAgentName returns RemoteAgent.NameOrAddress. Otherwise it returns ComputerName. If the client is connected to an Agent, it will always return the ComputerName.
    See Also