Condividi tramite


Proprietà SystemSetting.DataType

Gets or sets the attribute data type.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.MasterDataServices.AttributeDataType
One of the values of AttributeDataType. Possible values are DateTime, Link, Text, Number, and NotSpecified.

Vedere anche

Riferimento

SystemSetting Classe

Spazio dei nomi Microsoft.MasterDataServices