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


In This Topic
    SecurityEntity Property (AccessControlEntry)
    In This Topic
    The SecurityEntity this entry belongs to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SecurityEntity As SecurityEntity
    public SecurityEntity SecurityEntity {get;}
    public:
    property SecurityEntity^ SecurityEntity {
       SecurityEntity^ get();
    }
    See Also