共用方式為


SystemSetting.DataType 屬性

Gets or sets the AttributeDataType of the data.

命名空間:  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
The attribute data type of the data.

請參閱

參考

SystemSetting 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間