ExternalVariableValue(Of T).Default Property

 

Gets or sets the default value to return if the external variable has not been set.

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

<DefaultValueAttribute(Nothing)>
Public Property Default As InArgument(Of T)

Property Value

Type: System.Activities.InArgument(Of T)

Returns the configured default value.

Return to top
Show: