Share via


IUserExtension.AssignRolesLabelText Property

 

Gets the assign roles label text.

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top