ActivityStateQuery.Arguments Property

Definition

Gets the collection of arguments associated with this activity query.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Arguments { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Arguments { get; }
member this.Arguments : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Arguments As Collection(Of String)

Property Value

A collection of arguments.

Applies to