IXsltContextFunction.ReturnType Property

Definition

Gets the XPathResultType representing the XPath type returned by the function.

public:
 property System::Xml::XPath::XPathResultType ReturnType { System::Xml::XPath::XPathResultType get(); };
public System.Xml.XPath.XPathResultType ReturnType { get; }
member this.ReturnType : System.Xml.XPath.XPathResultType
Public ReadOnly Property ReturnType As XPathResultType

Property Value

An XPathResultType representing the XPath type returned by the function.

Applies to