GetFileHashCommand.Path Property

Definition

Path parameter. The paths of the files to calculate hash values. Resolved wildcards.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Path", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
public string[] Path { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Path", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
member this.Path : string[] with get, set
Public Property Path As String()

Property Value

String[]
Attributes

Applies to