Indicates the operation type.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As OperationType

Syntax

Visual Basic
<SerializableAttribute> _
<XmlTypeAttribute(TypeName:="stringType", Namespace:="http://schemas.microsoft.com/2006/11/ResourceManagement")> _
Public Enumeration OperationType
C#
[SerializableAttribute] 
[XmlTypeAttribute(TypeName="stringType", Namespace="http://schemas.microsoft.com/2006/11/ResourceManagement")] 
public enum OperationType
C++
[SerializableAttribute] 
[XmlTypeAttribute(TypeName=L"stringType", Namespace=L"http://schemas.microsoft.com/2006/11/ResourceManagement")] 
public enum class OperationType
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(TypeName="stringType", Namespace="http://schemas.microsoft.com/2006/11/ResourceManagement") */ 
public enum OperationType
JScript
SerializableAttribute 
XmlTypeAttribute(TypeName="stringType", Namespace="http://schemas.microsoft.com/2006/11/ResourceManagement") 
public enum OperationType

Members

Member name Description
Create Indicates a create operation.
Delete Indicates a delete operation.
Enumerate Indicates an enumerate operation.
Get Indicates a get operation.
Pull Indicates a pull operation.
Put Indicates a put operation.
SystemEvent Indicates a system event.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also