ExternalVariable<T> Class

 

A workflow variable used for modeling global state that can be externally queried even while the instance is persisted.

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

System.Object
  Microsoft.Activities.ExternalVariable
    Microsoft.Activities.ExternalVariable<T>

public sealed class ExternalVariable<T> : ExternalVariable

Type Parameters

T

The type of the external variable.

NameDescription
System_CAPS_pubmethodExternalVariable<T>()

Initializes a new instance of the ExternalVariable<T> class.

NameDescription
System_CAPS_pubpropertyDefault

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

System_CAPS_pubpropertyModifiers

Gets or sets the variable modifiers.(Inherited from ExternalVariable.)

System_CAPS_pubpropertyName

Gets or sets the name of the external variable.(Inherited from ExternalVariable.)

System_CAPS_pubpropertyType

Gets the type of the external variable.(Overrides ExternalVariable.Type.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: