adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / FromMaster Property


In This Topic
    FromMaster Property
    In This Topic
    Indicates whether the object came from a Master.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FromMaster As Boolean
    public bool FromMaster {get;}
    public:
    property bool FromMaster {
       bool get();
    }
    See Also