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


In This Topic
    ComputerName Property (ExecutionHistoryItem)
    In This Topic
    The name of the computer where the instance executed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ComputerName As String
    public string ComputerName {get;}
    public:
    property String^ ComputerName {
       String^ get();
    }
    See Also