Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the GUID of the workflow stage to skip to.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SKIP_TO_STAGE_UID As Guid
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid
value = instance.SKIP_TO_STAGE_UID
instance.SKIP_TO_STAGE_UID = value
public Guid SKIP_TO_STAGE_UID { get; set; }
Property value
Type: System.Guid
A workflow stage GUID.
See also
Reference
ProjectDataSet.ProjectRow class