OperationType Enumeration

Indicates the operation type.

Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)

Usage

'Usage
Dim instance As OperationType

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(TypeName:="stringType", Namespace:="https://schemas.microsoft.com/2006/11/ResourceManagement")> _
Public Enumeration OperationType
[SerializableAttribute] 
[XmlTypeAttribute(TypeName="stringType", Namespace="https://schemas.microsoft.com/2006/11/ResourceManagement")] 
public enum OperationType
[SerializableAttribute] 
[XmlTypeAttribute(TypeName=L"stringType", Namespace=L"https://schemas.microsoft.com/2006/11/ResourceManagement")] 
public enum class OperationType
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(TypeName="stringType", Namespace="https://schemas.microsoft.com/2006/11/ResourceManagement") */ 
public enum OperationType
SerializableAttribute 
XmlTypeAttribute(TypeName="stringType", Namespace="https://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

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.ResourceManagement.WebServices.WSResourceManagement Namespace
Microsoft.ResourceManagement.WebServices.WSResourceManagement

Other Resources

Web Services Overview