Share via


VectorStoreCollectionDefinition.Properties Property

Definition

Gets or sets the list of properties that are stored in the record.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::VectorData::VectorStoreProperty ^> ^ Properties { System::Collections::Generic::IList<Microsoft::Extensions::VectorData::VectorStoreProperty ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::VectorData::VectorStoreProperty ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.VectorData.VectorStoreProperty> Properties { get; set; }
member this.Properties : System.Collections.Generic.IList<Microsoft.Extensions.VectorData.VectorStoreProperty> with get, set
Public Property Properties As IList(Of VectorStoreProperty)

Property Value

Applies to