SystemSetting.DataType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the attribute data type.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public AttributeDataType DataType { get; set; }
public:
[DataMemberAttribute]
property AttributeDataType DataType {
    AttributeDataType get();
    void set(AttributeDataType value);
}
[<DataMemberAttribute>]
member DataType : AttributeDataType with get, set
<DataMemberAttribute>
Public Property DataType As AttributeDataType

Property Value

Type: Microsoft.MasterDataServices.AttributeDataType

One of the values of AttributeDataType. Possible values are DateTime, Link, Text, Number, and NotSpecified.

See Also

SystemSetting Class
Microsoft.MasterDataServices Namespace

Return to top