PrimitiveType.FacetDescriptions Egenskap

Definition

Hämtar listan med fasetteringsbeskrivningar för den här PrimitiveType.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ FacetDescriptions { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Metadata::Edm::FacetDescription ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> FacetDescriptions { get; }
member this.FacetDescriptions : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription>
Public ReadOnly Property FacetDescriptions As ReadOnlyCollection(Of FacetDescription)

Egenskapsvärde

En samling av typen ReadOnlyCollection<T> som innehåller listan med fasetteringsbeskrivningar för den här PrimitiveType.

Gäller för