adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / UpdateLog Property


In This Topic
    UpdateLog Property
    In This Topic
    Gets the log from the last software update operation on the Agent.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UpdateLog As String
    public string UpdateLog {get;}
    public:
    property String^ UpdateLog {
       String^ get();
    }
    See Also