ExternalVariable.Default Property

 

Gets or sets the default value to use if the external variable has not be set.

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

public object Default { get; set; }

Property Value

Type: System.Object

Returns the default value to use if the external variable has not be set.

Return to top
Show: