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
System_CAPS_pubproperty Id

Gets the unique Id of the user role.

System_CAPS_pubproperty IsDisplayed

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

System_CAPS_pubproperty Name

Gets the name of the user role.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top