Share via


IUserRole.Name Property

 

Gets the name of the user role.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string Name { get; }
property String^ Name {
    String^ get();
}
ReadOnly Property Name As String

Property Value

Type: System.String

Returns String.

See Also

IUserRole Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top