adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectChangeLog Class / IsFullSystemSnapshot Property


In This Topic
    IsFullSystemSnapshot Property
    In This Topic
    Indicates whether this is a full-system snapshot (rather than a snapshot of a single object).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFullSystemSnapshot As Boolean
    public bool IsFullSystemSnapshot {get;}
    public:
    property bool IsFullSystemSnapshot {
       bool get();
    }
    See Also