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)

[DefaultValueAttribute(null)]
public InArgument<string> DefaultValue {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<String>

Returns the configured default value.

Return to top
Show: