ExternalVariable.Type プロパティ

 

外部変数の種類を取得します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

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

プロパティ値

Type: System.Type

外部変数の種類を返します。

参照

ExternalVariable クラス
Microsoft.Activities 名前空間

トップに戻る