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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.