CollectionModelBuilder.DataProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)