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;
}
See Also