Microsoft.Activities.Extensions |
WorkflowArguments..::..Keys Property |
WorkflowArguments Class See Also Send Feedback |
Gets an ICollection<(Of <(<'T>)>)> containing the keys of the IDictionary<(Of <(<'TKey, TValue>)>)>.
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; } |