Language

CollectionModelBuilder.DataProperties Property

Definition

Gets the data properties of the record.

protected:
 property System::Collections::Generic::List<Microsoft::Extensions::VectorData::ProviderServices::DataPropertyModel ^> ^ DataProperties { System::Collections::Generic::List<Microsoft::Extensions::VectorData::ProviderServices::DataPropertyModel ^> ^ get(); };
protected System.Collections.Generic.List<Microsoft.Extensions.VectorData.ProviderServices.DataPropertyModel> DataProperties { get; }
member this.DataProperties : System.Collections.Generic.List<Microsoft.Extensions.VectorData.ProviderServices.DataPropertyModel>
Protected ReadOnly Property DataProperties As List(Of DataPropertyModel)

Property Value

Applies to