Share via


IUserRole.IsDisplayed Property

 

Gets the value indicating whether the role would be displayed by the user interface.

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

Syntax

bool IsDisplayed { get; }
property bool IsDisplayed {
    bool get();
}
ReadOnly Property IsDisplayed As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

IUserRole Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top