Table of Contents

Enum RoleMemberType

Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

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

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.