adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityRole Class / Name Property


In This Topic
    Name Property (SecurityRole)
    In This Topic
    The name of the entity The name of the role
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Name As String
    public override string Name {get; set;}
    public:
    property String^ Name {
       String^ get() override;
       void set (    String^ value) override;
    }
    Remarks

    The role name must be unique

    See Also