ProjectDataSet.ProjectRow.SKIP_TO_STAGE_UID Property
Gets or sets the GUID of the workflow stage to skip to.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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
See Also
Reference
ProjectDataSet.ProjectRow Class