Language

CollectionModel.DataProperties Property

Definition

Gets the data properties of the record.

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

Property Value

Applies to