ExternalVariable<T>.Type Property

 

Gets the type of the external variable.

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

Syntax

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

Property Value

Type: System.Type

Returns the type of the external variable.

See Also

ExternalVariable<T> Class
Microsoft.Activities Namespace

Return to top