ExternalVariable<T>.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 T Default {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property T Default {
    [CompilerGeneratedAttribute]
    T get();
    [CompilerGeneratedAttribute]
    void set(T value);
}
member Default : 'T with get, set
Public Property Default As T

Property Value

Type: T

See Also

ExternalVariable<T> Class
Microsoft.Activities Namespace

Return to top