ExternalVariable 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 ref class ExternalVariable abstract 

NameDescription
System_CAPS_pubpropertyDefault

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

System_CAPS_protpropertyDefaultCore

Gets or sets the default value object.

System_CAPS_pubpropertyModifiers

Gets or sets the variable modifiers.

System_CAPS_pubpropertyName

Gets or sets the name of the external variable.

System_CAPS_pubpropertyType

Gets the type of the external variable.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(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: