XmlReflectionMember::IsReturnValue Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the XmlReflectionMember represents a Web service method return value, as opposed to an output parameter.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
property bool IsReturnValue {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true, if the member represents a Web service return value; otherwise, false.

You do not need to use the XmlReflectionMember class and its properties directly.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: