IXsltContextVariable::IsLocal Property

 

Gets a value indicating whether the variable is local.

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

property bool IsLocal {
	bool get();
}

Property Value

Type: System::Boolean

true if the variable is a local variable in the current context; otherwise, false.

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