Gets the identifier for the job. Namespace:
Microsoft.EnterpriseManagement.Runtime
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As JobDefinition Dim value As Guid value = instance.JobId Public ReadOnly Property JobId As Guidpublic Guid JobId { get; }public: property Guid JobId { Guid get (); }/** @property */ public Guid get_JobId () public function get JobId () : Guid Property ValueReturns a Guid that contains the job identifier.
Assembly: Microsoft.EnterpriseManagement.Runtime (in Microsoft.EnterpriseManagement.Runtime.dll)Dim instance As JobDefinition Dim value As Guid value = instance.JobId Public ReadOnly Property JobId As Guidpublic Guid JobId { get; }public: property Guid JobId { Guid get (); }/** @property */ public Guid get_JobId () public function get JobId () : Guid Property ValueReturns a Guid that contains the job identifier.
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.