QueryDescription.Method 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 query operation to be processed.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Method As DomainOperationEntry
Get
'Usage
Dim instance As QueryDescription
Dim value As DomainOperationEntry
value = instance.Method
public DomainOperationEntry Method { get; }
public:
property DomainOperationEntry^ Method {
DomainOperationEntry^ get ();
}
member Method : DomainOperationEntry
function get Method () : DomainOperationEntry
Property Value
Type: System.ServiceModel.DomainServices.Server.DomainOperationEntry
The query operation to be processed.