get_IsParam()

IXsltContextVariable::get_IsParam() method

Returns a value indicating whether the variable is an Extensible Stylesheet Language Transformations (XSLT) parameter. This can be a parameter to a style sheet or a template.

virtual bool System::Xml::Xsl::IXsltContextVariable::get_IsParam()=0

Return Value

true if the variable is an XSLT parameter; otherwise, false.

See Also