Profile.HasSingleUserRole 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 a value that indicates whether the profile has a single user role.
public:
property bool HasSingleUserRole { bool get(); };
public bool HasSingleUserRole { get; }
member this.HasSingleUserRole : bool
Public ReadOnly Property HasSingleUserRole As Boolean
Property Value
true
if the profile has a single user role; otherwise, false
.
Remarks
The profile can be used only once in a shipped user role.