AssignmentStatementAst.Right Property

Definition

The ast for the value to assign. This property is never null.

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

Property Value

Applies to