Language

CollectionModel.Properties Property

Definition

Gets all properties of the record, of all types.

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

Property Value

Applies to