SystemSetting.DataType Property

Definition

Gets or sets the attribute data type.

public:
 property Microsoft::MasterDataServices::AttributeDataType DataType { Microsoft::MasterDataServices::AttributeDataType get(); void set(Microsoft::MasterDataServices::AttributeDataType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.AttributeDataType DataType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DataType : Microsoft.MasterDataServices.AttributeDataType with get, set
Public Property DataType As AttributeDataType

Property Value

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

Attributes

Applies to