IndexExpressionAst.Index Property

Definition

Return the ast for the index expression. This value is never null.

public:
 property System::Management::Automation::Language::ExpressionAst ^ Index { System::Management::Automation::Language::ExpressionAst ^ get(); };
public System.Management.Automation.Language.ExpressionAst Index { get; }
member this.Index : System.Management.Automation.Language.ExpressionAst
Public ReadOnly Property Index As ExpressionAst

Property Value

Applies to