SystemSetting.DataType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el tipo de datos de atributo.
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
Valor de propiedad
Uno de los valores de AttributeDataType. Los valores posibles son DateTime, Link, Text, Number y NotSpecified.
- Atributos