Language

CollectionModel.KeyProperties Property

Definition

Gets the key properties of the record.

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

Property Value

Applies to