Enum RoleMemberType
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.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum RoleMemberType
Fields
Name | Description |
---|---|
Auto | Member of security role is automatically detected. |
Group | Member of security role is a group of users. |
User | Member of security role is an individual user. |