Compartilhar via


BuildDynamicValue.Properties Propriedade

 

Obtém ou define o dicionário de nome e valores da propriedade a ser adicionado ao DynamicValue.

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

Sintaxe

[DefaultValueAttribute(null)]
public IDictionary<string, InArgument> Properties { get; set; }
public:
[DefaultValueAttribute(null)]
property IDictionary<String^, InArgument^>^ Properties {
    IDictionary<String^, InArgument^>^ get();
    void set(IDictionary<String^, InArgument^>^ value);
}
[<DefaultValueAttribute(null)>]
member Properties : IDictionary<string, InArgument> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Properties As IDictionary(Of String, InArgument)

Valor de propriedade

Type: System.Collections.Generic.IDictionary<String, InArgument>

Retorna o dicionário de nome e valores da propriedade.

Consulte também

Classe BuildDynamicValue
Namespace Microsoft.Activities

Retornar ao topo