Attribute.Type Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica o AttributeValueType ou o tipo de valor armazenado pelo atributo .
public:
property Microsoft::MasterDataServices::Services::DataContracts::AttributeValueType Type { Microsoft::MasterDataServices::Services::DataContracts::AttributeValueType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::AttributeValueType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.AttributeValueType Type { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Type : Microsoft.MasterDataServices.Services.DataContracts.AttributeValueType with get, set
Public Property Type As AttributeValueType
Valor da propriedade
O AttributeValueType ou o tipo de valor armazenado pelo atributo.
- Atributos