共用方式為


WorkflowNotification.MessageId 屬性

 

取得或設定 MessageId。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

語法

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

屬性值

Type: System.Guid

MessageId 用來支援等冪。

請參閱

WorkflowNotification 類別
Microsoft.Workflow.Client 命名空間

回到頁首