adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectBase Class / IsStub Property


In This Topic
    IsStub Property
    In This Topic
    Indicates whether the object is a stub.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsStub As Boolean
    public bool IsStub {get;}
    public:
    property bool IsStub {
       bool get();
    }
    Remarks
    A stub is an object that been only partially fetched from the server. If you call a method or property that requires data that has not been fetched, the API will automatically perform a full fetch of the object, and IsStub will change to False.
    See Also