ExternalVariable<T>.Type 属性

获取外部变量的类型。

命名空间:  Microsoft.Activities
程序集:  Microsoft.Activities(在 Microsoft.Activities.dll 中)

语法

声明
Public Overrides ReadOnly Property Type As Type 
    Get
用法
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

属性值

类型:System.Type
返回外部变量的类型。

请参阅

参考

ExternalVariable<T> 类

Microsoft.Activities 命名空间