AssignmentMethod 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.
The assignment method of the label on the document. Whether the Assignment of the label was done automatically, standard or as a privileged operation(The equivalent to an administrator operation).
public enum AssignmentMethod
type AssignmentMethod =
Public Enum AssignmentMethod
- Inheritance
-
AssignmentMethod
Fields
Name | Value | Description |
---|---|---|
Standard | 0 | Label assignment method is standard |
Privileged | 1 | Label assignment method is privileged |
Auto | 2 | Label assignment method is automatic |