DomainServiceContext.OperationType Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the type of operation that is being executed.

Namespace:  System.ServiceModel.DomainServices.Server
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
Public ReadOnly Property OperationType As DomainOperationType
    Get
'Usage
Dim instance As DomainServiceContext
Dim value As DomainOperationType

value = instance.OperationType
public DomainOperationType OperationType { get; }
public:
property DomainOperationType OperationType {
    DomainOperationType get ();
}
member OperationType : DomainOperationType
function get OperationType () : DomainOperationType

Property Value

Type: System.ServiceModel.DomainServices.Server.DomainOperationType
The type of operation that is being executed.

See Also

Reference

DomainServiceContext Class

System.ServiceModel.DomainServices.Server Namespace