次の方法で共有


SystemSetting.DataType プロパティ

データの AttributeDataType を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.AttributeDataType
データの属性のデータ型。

関連項目

参照

SystemSetting クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間