WorkflowQueueInfo.SubscribedActivityNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection that contains the qualified name each activity subscribed to the 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)
Property Value
A ReadOnlyCollection<T> that contains the qualified name of the each activity subscribed to the WorkflowQueue.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.