共用方式為


WorkflowQueueInfo.SubscribedActivityNames 屬性

定義

取得集合,該集合包含每個活動簽署在 WorkflowQueue 上的完整名稱。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ SubscribedActivityNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> SubscribedActivityNames { get; }
member this.SubscribedActivityNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property SubscribedActivityNames As ReadOnlyCollection(Of String)

屬性值

ReadOnlyCollection<T>,其中包含每個活動簽署在 WorkflowQueue 上的完整名稱。

適用於