Language

CollectionModelBuilder.Properties Property

Definition

Gets all properties of the record, of all types.

protected:
 property System::Collections::Generic::IEnumerable<Microsoft::Extensions::VectorData::ProviderServices::PropertyModel ^> ^ Properties { System::Collections::Generic::IEnumerable<Microsoft::Extensions::VectorData::ProviderServices::PropertyModel ^> ^ get(); };
protected System.Collections.Generic.IEnumerable<Microsoft.Extensions.VectorData.ProviderServices.PropertyModel> Properties { get; }
member this.Properties : seq<Microsoft.Extensions.VectorData.ProviderServices.PropertyModel>
Protected ReadOnly Property Properties As IEnumerable(Of PropertyModel)

Property Value

Applies to