MetadataAttribute.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í.
Especifica el AttributeDataType.
public:
property Microsoft::MasterDataServices::Services::DataContracts::AttributeDataType DataType { Microsoft::MasterDataServices::Services::DataContracts::AttributeDataType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::AttributeDataType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType DataType { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.DataType : Microsoft.MasterDataServices.Services.DataContracts.AttributeDataType with get, set
Public Property DataType As AttributeDataType
Valor de propiedad
El tipo de datos del atributo.
- Atributos