Share via


InvokeRestMethod.InFile Property

Definition

Provides access to the InFile parameter.

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

Property Value

Attributes

Applies to