DomainServiceContext.Operation 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 operation that is being executed.

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

Syntax

'Declaration
Public Property Operation As DomainOperationEntry
    Get
    Friend Set
'Usage
Dim instance As DomainServiceContext
Dim value As DomainOperationEntry

value = instance.Operation
public DomainOperationEntry Operation { get; internal set; }
public:
property DomainOperationEntry^ Operation {
    DomainOperationEntry^ get ();
    internal: void set (DomainOperationEntry^ value);
}
member Operation : DomainOperationEntry with get, internal set
function get Operation () : DomainOperationEntry
internal function set Operation (value : DomainOperationEntry)

Property Value

Type: System.ServiceModel.DomainServices.Server.DomainOperationEntry
The operation that is being executed.

See Also

Reference

DomainServiceContext Class

System.ServiceModel.DomainServices.Server Namespace