IUserRole Interface
Represents a user extension property.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public interface IUserRole
public interface class IUserRole
Public Interface IUserRole
Properties
Name | Description | |
---|---|---|
Id | Gets the unique Id of the user role. |
|
IsDisplayed | Gets the value indicating whether the role would be displayed by the user interface. |
|
Name | Gets the name of the user role. |
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top