Aracılığıyla paylaş


SetProjectStage.StageUid Property

Gets or sets the GUID of the workflow stage.

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property StageUid As Guid
    Get
    Set
'Usage
Dim instance As SetProjectStage
Dim value As Guid

value = instance.StageUid

instance.StageUid = value
[BrowsableAttribute(true)]
public Guid StageUid { get; set; }

Property Value

Type: System.Guid

Remarks

In the Properties pane, you can directly set the GUID value for the StageUid property. You can also set the value to the workflow and path, for example, Activity=MyWorkflow, Path=stage2Guid.

See Also

Reference

SetProjectStage Class

SetProjectStage Members

Microsoft.Office.Project.Server.Workflow Namespace

StageUidProperty