adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AccessControlEntry Class / SecuredObject Property


In This Topic
    SecuredObject Property
    In This Topic
    The object this entry applies to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SecuredObject As ADTObject
    public ADTObject SecuredObject {get;}
    public:
    property ADTObject^ SecuredObject {
       ADTObject^ get();
    }
    See Also