Właściwość SystemSetting.DataType
Pobiera lub ustawia typ danych atrybut.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property DataType As AttributeDataType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.AttributeDataType
Jedną z wartości AttributeDataType.Możliwe wartości to DateTime, łącza, tekst, liczbę i płeć nieznana.