UpdateData.AppendPath Property

Definition

Files to append to the existing set.

public:
 property cli::array <System::String ^> ^ AppendPath { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ AppendPath { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] AppendPath { get; set; }
[System.Management.Automation.Alias(new System.String[] { "PSPath", "Path" })]
[System.Management.Automation.Parameter(ParameterSetName="FileSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNull]
public string[] AppendPath { get; set; }
member this.AppendPath : string[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "PSPath", "Path" })>]
[<System.Management.Automation.Parameter(ParameterSetName="FileSet", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.AppendPath : string[] with get, set
Public Property AppendPath As String()

Property Value

String[]
Attributes

Applies to