ActivityTagsCollection.Values Property

Definition

Get the list of the values of all stored tags.

public:
 property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object?> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

Property Value

An ICollection<T> containing the values in the object that implements IDictionary<TKey,TValue>.

Implements

Applies to