次の方法で共有


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<String>

ReadOnlyCollection<T> に定期受信された各アクティビティの修飾名を格納している WorkflowQueue

適用対象