Share via


MeasureCommand.Expression Property

Definition

Provides access to the Expression parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::ScriptBlock ^> ^ Expression { System::Activities::InArgument<System::Management::Automation::ScriptBlock ^> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::ScriptBlock ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.ScriptBlock> Expression { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Expression : System.Activities.InArgument<System.Management.Automation.ScriptBlock> with get, set
Public Property Expression As InArgument(Of ScriptBlock)

Property Value

Attributes

Applies to