[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Specifies the operation types. Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As OperationType

Syntax

Visual Basic
Public Enumeration OperationType
C#
public enum OperationType
C++
public enum class OperationType
J#
public enum OperationType
JScript
public enum OperationType

Members

Member name Description
Add Specifies the add operation.
Delete Specifies the delete operation.
Update Specifies the update operation.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also