Job.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.
Indicates a location where this job is running.
public:
abstract property System::String ^ Location { System::String ^ get(); };
public:
abstract property Platform::String ^ Location { Platform::String ^ get(); };
public abstract string Location { get; }
member this.Location : string
Public MustOverride ReadOnly Property Location As String