UpdateHelpCommand.SourcePath Property

Definition

Specifies the paths to update from.

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

Property Value

String[]
Attributes

Applies to