UserRoles.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.
The Users associated with a set of roles
public System.Collections.ObjectModel.ReadOnlyCollection<string> Users { get; }
member this.Users : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Users As ReadOnlyCollection(Of String)