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 名前空間