Share via


EntityProperty.ValueType プロパティ

 

エンティティのプロパティのデータ型を取得または設定します。

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

構文

public Type ValueType { get; set; }
public:
property Type^ ValueType {
    Type^ get();
    void set(Type^ value);
}
member ValueType : Type with get, set
Public Property ValueType As Type

プロパティ値

Type: System.Type

エンティティのプロパティのデータ型。

参照

EntityProperty クラス
Microsoft.Activities.Design.Services 名前空間

トップに戻る