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


In This Topic
    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();
    }
    Remarks
    The ComputerName is the actual name of the computer running adTempus and is stored at the time the message is logged. The AgentName returns the current name (which may not be the computer name or address) of the Remote Agent, if any. For user interface purposes, use this property instead of ComputerName.
    See Also