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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.