WorkflowQueueInfo.SubscribedActivityNames Property

Definition

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