SaveHelp.DestinationPath Property

Definition

Provides access to the DestinationPath parameter.

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

Property Value

Attributes

Applies to