ProjectDataSet.ProjectRow.WORKFLOW_INSTANCE_UID 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.
Gets the GUID of the workflow instance that the current project is running on.
public:
property Guid WORKFLOW_INSTANCE_UID { Guid get(); void set(Guid value); };
public Guid WORKFLOW_INSTANCE_UID { get; set; }
member this.WORKFLOW_INSTANCE_UID : Guid with get, set
Public Property WORKFLOW_INSTANCE_UID As Guid
Property Value
Remarks
Read-only.