Share via


WorkflowQueue.QueueName 屬性

定義

取得工作流程佇列的名稱。

public:
 property IComparable ^ QueueName { IComparable ^ get(); };
public IComparable QueueName { get; }
member this.QueueName : IComparable
Public ReadOnly Property QueueName As IComparable

屬性值

IComparable

WorkflowQueue 的名稱。

備註

工作流程佇列的名稱是由 CreateWorkflowQueue 方法所設定。

適用於