Partager via


GetAllUserRolesCompletedEventArgs.UserRoles Property

 

Gets the list of IUserRole objects.

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

Syntax

public IList<IUserRole> UserRoles { get; }
public:
property IList<IUserRole^>^ UserRoles {
    IList<IUserRole^>^ get();
}
Public ReadOnly Property UserRoles As IList(Of IUserRole)

Property Value

Type: System.Collections.Generic.IList<IUserRole>

Returns IList<T>.

Exceptions

Exception Condition
UserExtensionException

An error occurred during the asynchronous operation.

See Also

GetAllUserRolesCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top