GetConfigurationValue.DefaultValue Property

 

Gets or sets the default value to return if no configuration value is found.

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

Syntax

[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)

Property Value

Type: System.Activities.InArgument<String>

Returns the configured default value.

See Also

GetConfigurationValue Class
Microsoft.Activities Namespace

Return to top