GroupContractProperties Class
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.
Group contract Properties.
public class GroupContractProperties
type GroupContractProperties = class
Public Class GroupContractProperties
- Inheritance
-
GroupContractProperties
Constructors
GroupContractProperties() |
Initializes a new instance of the GroupContractProperties class. |
GroupContractProperties(String, String, Nullable<Boolean>, Nullable<GroupType>, String) |
Initializes a new instance of the GroupContractProperties class. |
Properties
BuiltIn |
Gets true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false. |
Description |
Gets or sets group description. Can contain HTML formatting tags. |
DisplayName |
Gets or sets group name. |
ExternalId |
Gets or sets for external groups, this property contains the id of
the group from the external identity provider, e.g. for Azure
Active Directory
|
Type |
Gets or sets group type. Possible values include: 'custom', 'system', 'external' |
Methods
Validate() |
Validate the object. |