IClientOperationSelector::AreParametersRequiredForSelection Property

 

Gets a value that indicates whether parameters are required to determine the selection.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

property bool AreParametersRequiredForSelection {
	bool get();
}

Property Value

Type: System::Boolean

true if parameters are required; otherwise, false.

The value returned is false unless the user has overloaded methods. If false is returned then the array of objects passed to SelectOperation is null.

Universal Windows Platform
Available since 8
.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
Return to top
Show: