Share via


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)

Syntax

public object Default { get; set; }
public:
property Object^ Default {
    Object^ get();
    void set(Object^ value);
}
member Default : Object with get, set
Public Property Default As Object

Property Value

Type: System.Object

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

See Also

ExternalVariable Class
Microsoft.Activities Namespace

Return to top