Share via


IUserRole.Id Property

 

Gets the unique Id of the user role.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

IUserRole Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top