PrimitiveType.FacetDescriptions Property

Definition

Gets the list of facet descriptions for this 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)

Property Value

A collection of type ReadOnlyCollection<T> that contains the list of facet descriptions for this PrimitiveType.

Applies to