UserRole.Users Property

Definition

Gets or sets the users assigned to the user role.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Users { System::Collections::Generic::ICollection<System::String ^> ^ get(); void set(System::Collections::Generic::ICollection<System::String ^> ^ value); };
public System.Collections.Generic.ICollection<string> Users { get; set; }
member this.Users : System.Collections.Generic.ICollection<string> with get, set
Public Property Users As ICollection(Of String)

Property Value

The users assigned to the user role.

Applies to