IXsltContextVariable::IsParam Property

 

Gets 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.

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

property bool IsParam {
	bool get();
}

Property Value

Type: System::Boolean

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

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