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


In This Topic
    Roles Property
    In This Topic
    The roles (groups) this entity belongs to.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Roles As SecurityRoleCollection
    [NotNull()]
    public SecurityRoleCollection Roles {get;}
    [NotNull()]
    public:
    property SecurityRoleCollection^ Roles {
       SecurityRoleCollection^ get();
    }
    See Also