Modifier

IXsltContextVariable.IsLocal Property

Definition

Gets a value indicating whether the variable is local.

public:
 property bool IsLocal { bool get(); };
public bool IsLocal { get; }
member this.IsLocal : bool
Public ReadOnly Property IsLocal As Boolean

Property Value

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

Applies to