DynamicValue.Keys Propriedade

 

Obtém a coleção de chaves para os valores dinâmicos.

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

Sintaxe

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)

Valor de propriedade

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

A coleção de chaves para os valores dinâmicos.

Implementações

IDictionary<TKey, TValue>.Keys

Consulte também

Classe DynamicValue
Namespace Microsoft.Activities

Retornar ao topo