GetBatchRemoteDesktopProtocolFileCommand.DestinationPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Parameter(HelpMessage="The file path where the Remote Desktop Protocol file will be downloaded.", Mandatory=true, ParameterSetName="Id_Path")]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObject_Path")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string DestinationPath { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The file path where the Remote Desktop Protocol file will be downloaded.", Mandatory=true, ParameterSetName="Id_Path")>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="InputObject_Path")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.DestinationPath : string with get, set
Public Property DestinationPath As String
Property Value
- Attributes