次の方法で共有


SystemSetting.DataType プロパティ

属性データ型を取得または設定します。

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

構文

'宣言
<DataMemberAttribute> _
Public Property DataType As AttributeDataType
    Get
    Set
'使用
Dim instance As SystemSetting
Dim value As AttributeDataType

value = instance.DataType

instance.DataType = value
[DataMemberAttribute]
public AttributeDataType DataType { get; set; }
[DataMemberAttribute]
public:
property AttributeDataType DataType {
    AttributeDataType get ();
    void set (AttributeDataType value);
}
[<DataMemberAttribute>]
member DataType : AttributeDataType with get, set
function get DataType () : AttributeDataType
function set DataType (value : AttributeDataType)

プロパティ値

型: Microsoft.MasterDataServices.AttributeDataType
AttributeDataType の値の 1 つ。有効値は、DateTime、Link、Text、Number、および NotSpecified です。

関連項目

参照

SystemSetting クラス

Microsoft.MasterDataServices 名前空間