JobInvocationInfo.Definition 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.
Definition associated with the job.
public:
property System::Management::Automation::JobDefinition ^ Definition { System::Management::Automation::JobDefinition ^ get(); void set(System::Management::Automation::JobDefinition ^ value); };
public System.Management.Automation.JobDefinition Definition { get; set; }
member this.Definition : System.Management.Automation.JobDefinition with get, set
Public Property Definition As JobDefinition