ProjectTypeChangingEventArgs.CurrentWorkflowInstanceUid プロパティ
現在のワークフロー インスタンスの GUID を取得します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Property CurrentWorkflowInstanceUid As Guid
Get
Set
'使用
Dim instance As ProjectTypeChangingEventArgs
Dim value As Guid
value = instance.CurrentWorkflowInstanceUid
instance.CurrentWorkflowInstanceUid = value
public Guid CurrentWorkflowInstanceUid { get; set; }
プロパティ値
型: System.Guid
関連項目
参照先
ProjectTypeChangingEventArgs クラス