ExternalVariable<T>.Type Property

Gets the type of the external variable.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Type As Type 
    Get
'Usage
Dim instance As ExternalVariable 
Dim value As Type 

value = instance.Type
public override Type Type { get; }
public:
virtual property Type^ Type {
    Type^ get () override;
}
abstract Type : Type 
override Type : Type
override function get Type () : Type

Property Value

Type: System.Type
Returns the type of the external variable.

See Also

Reference

ExternalVariable<T> Class

Microsoft.Activities Namespace