Share via


OperationScopeTypes Enum

Definition

Specifies the scope types for the operation.

This enumeration supports a bitwise combination of its member values.

public enum class OperationScopeTypes
[System.Flags]
[System.Serializable]
public enum OperationScopeTypes
type OperationScopeTypes = 
Public Enum OperationScopeTypes
Inheritance
OperationScopeTypes
Attributes

Fields

Class 4

Specifies the class scope.

ConsoleTask 256

Specifies the console task scope.

DashboardReference 1024

Specifies the dashboard reference scope.

Implicit 128

Specifies the implicit scope.

None 1

Specifies the no scope.

Object 2

Specifies the object group, service scope, or both.

Report 64

Specifies the report scope.

Task 32

Specifies the task scope.

Template 512

Specifies the template scope.

View 16

Specifies the view scope.

Applies to