ExternalVariable.Type Property

 

Gets the type of the external variable.

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

Syntax

public abstract Type Type { get; }
public:
property Type^ Type {
    virtual Type^ get() abstract;
}
abstract Type : Type with get
Public MustOverride ReadOnly Property Type As Type

Property Value

Type: System.Type

Returns the type of the external variable.

See Also

ExternalVariable Class
Microsoft.Activities Namespace

Return to top