次の方法で共有


UpdateProjectStageStatus.StageUid プロパティ

名前空間:  Microsoft.Office.Project.Server.Workflow
アセンブリ:  Microsoft.Office.Project.Server.Workflow (Microsoft.Office.Project.Server.Workflow.dll 内)

構文

'宣言
<BrowsableAttribute(True)> _
Public Property StageUid As Guid
    Get
    Set
'使用
Dim instance As UpdateProjectStageStatus
Dim value As Guid

value = instance.StageUid

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

プロパティ値

型: System.Guid

注釈

プロパティウィンドウで、 StageUidプロパティの GUID 値を直接設定できます。ワークフローとコード パスをたとえば、 Activity=MyWorkflow, Path=stage2Guidをする値を設定することもできます。

関連項目

参照先

UpdateProjectStageStatus クラス

UpdateProjectStageStatus メンバー

Microsoft.Office.Project.Server.Workflow 名前空間

StageUidProperty