WorkflowNotification.RequestorId プロパティ

 

RequestorId を取得または設定します。

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

構文

[DataMemberAttribute(EmitDefaultValue = false)]
public Guid RequestorId {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Guid RequestorId {
    [CompilerGeneratedAttribute]
    Guid get();
    [CompilerGeneratedAttribute]
    void set(Guid value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member RequestorId : Guid with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property RequestorId As Guid

プロパティ値

Type: System.Guid

要求元のオプションの固有 ID。

解説

RequestorId の転送は、自己再帰を防止するうえで役立ちます。

参照

WorkflowNotification クラス
Microsoft.Workflow.Client 名前空間

トップに戻る