RoleMemberType Enum
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.
Indicates whether the particular member of a security role is an individual user or a group of users, or if the member is automatically detected.
public enum RoleMemberType
type RoleMemberType =
Public Enum RoleMemberType
- Inheritance
-
RoleMemberType
Fields
Name | Value | Description |
---|---|---|
Auto | 1 | Member of security role is automatically detected. |
User | 2 | Member of security role is an individual user. |
Group | 3 | Member of security role is a group of users. |