Compartilhar via


PropertyMemberAst.InitialValue Property

Definition

The ast for the initial value of the property. This property may be null if no initial value was specified.

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

Property Value

Applies to