Compartilhar via


GetConfigurationValue.DefaultValue Propriedade

 

Obtém ou define o valor padrão para retornar se nenhum valor de configuração for encontrado.

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

Sintaxe

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

Valor de propriedade

Type: System.Activities.InArgument<String>

Retorna o valor padrão configurado.

Consulte também

Classe GetConfigurationValue
Namespace Microsoft.Activities

Retornar ao topo