다음을 통해 공유


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 네임스페이스