OutString.InputObject Property

Definition

Provides access to the InputObject parameter.

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

Property Value

Attributes

Applies to