Keys 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<string> Keys { get; }
Visual Basic
Public ReadOnly Property Keys As ICollection(Of String)
	Get
Visual C++
public:
virtual property ICollection<String^>^ Keys {
	ICollection<String^>^ get () sealed;
}

Return Value

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

Implements

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

See Also