UserRole.Users Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.