Share via


DomainOperationEntry.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 type of domain operation implemented by the method.

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

Syntax

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

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

Property Value

Type: System.ServiceModel.DomainServices.Server.DomainOperation
The type of domain operation implemented by the method.

See Also

Reference

DomainOperationEntry Class

System.ServiceModel.DomainServices.Server Namespace