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


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