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


In This Topic
    ComputerName Property (LogMessage)
    In This Topic
    The name of the computer where the message originated
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ComputerName As String
    [CanBeNull()]
    public string ComputerName {get;}
    [CanBeNull()]
    public:
    property String^ ComputerName {
       String^ get();
    }
    Remarks

    This is the actual computer name (plus adTempus instance name, if other than default) and is stored when the message is logged.

    For display purposes you should generally use ComputerNameOrAgentName instead.

    See Also