IXsltContextVariable.IsParam Property

Definition

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.

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

Property Value

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

Applies to