JobDefinition.InstanceId 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.
Unique Guid for this job definition.
public:
 property Guid InstanceId { Guid get(); void set(Guid value); };public Guid InstanceId { get; set; }member this.InstanceId : Guid with get, setPublic Property InstanceId As Guid