Share via


SystemSetting.DataType Property

Gets or sets the AttributeDataType of the data.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DataType As AttributeDataType 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType
The attribute data type of the data.

See Also

Reference

SystemSetting Class

Microsoft.MasterDataServices.Services.DataContracts Namespace