ReceiveJobCommand.Location 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.
Locations for which the results needs to be returned. This will cater to all kinds of jobs and not only remoting jobs.
public:
property cli::array <System::String ^> ^ Location { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
property Platform::Array <Platform::String ^> ^ Location { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] Location { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Location", Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string[] Location { get; set; }
member this.Location : string[] with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Location", Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Location : string[] with get, set
Public Property Location As String()
Property Value
String[]
- Attributes