The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OperationDescription::SyncMethod Property
.NET Framework (current version)
Gets or sets the service synchronization method of the operation description.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property MethodInfo^ SyncMethod { MethodInfo^ get(); void set(MethodInfo^ value); }
Property Value
Type: System.Reflection::MethodInfo^The MethodInfo that provides access the attributes and metadata of the method.
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: