DynamicValue.Keys Property

 

Gets the collection of keys for the dynamic values.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

public ICollection<string> Keys { get; }
public:
property ICollection<String^>^ Keys {
    virtual ICollection<String^>^ get() sealed;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
Public ReadOnly Property Keys As ICollection(Of String)

Property Value

Type: System.Collections.Generic.ICollection<String>

The collection of keys for the dynamic values.

Implements

IDictionary<TKey, TValue>.Keys

See Also

DynamicValue Class
Microsoft.Activities Namespace

Return to top