MetadataProperty.TypeUsage Propriedade

Definição

Obtém a instância da classe TypeUsage que contém o tipo deste MetadataProperty e facetas do tipo.Gets the instance of the TypeUsage class that contains both the type of this MetadataProperty and facets for the type.

public:
 property System::Data::Metadata::Edm::TypeUsage ^ TypeUsage { System::Data::Metadata::Edm::TypeUsage ^ get(); };
public System.Data.Metadata.Edm.TypeUsage TypeUsage { get; }
member this.TypeUsage : System.Data.Metadata.Edm.TypeUsage
Public ReadOnly Property TypeUsage As TypeUsage

Valor da propriedade

TypeUsage

Um TypeUsage objeto que contém o tipo MetadataProperty e facetas para o tipo.A TypeUsage object that contains both the type of this MetadataProperty and facets for the type.

Aplica-se a