UpdateData.PrependPath Property

Definition

Files to prepend to the existing set.

public:
 property cli::array <System::String ^> ^ PrependPath { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ PrependPath { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] PrependPath { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="FileSet")]
[System.Management.Automation.ValidateNotNull]
public string[] PrependPath { get; set; }
member this.PrependPath : string[] with get, set
[<System.Management.Automation.Parameter(ParameterSetName="FileSet")>]
[<System.Management.Automation.ValidateNotNull>]
member this.PrependPath : string[] with get, set
Public Property PrependPath As String()

Property Value

String[]
Attributes

Applies to