Values Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public ICollection<Object> Values { get; }
Visual Basic
Public ReadOnly Property Values As ICollection(Of Object)
	Get
Visual C++
public:
virtual property ICollection<Object^>^ Values {
	ICollection<Object^>^ get () sealed;
}

Return Value

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

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Values

See Also