CollectionModelBuilder.Properties 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 all properties of the record, of all types.
protected:
property System::Collections::Generic::IEnumerable<Microsoft::Extensions::VectorData::ProviderServices::PropertyModel ^> ^ Properties { System::Collections::Generic::IEnumerable<Microsoft::Extensions::VectorData::ProviderServices::PropertyModel ^> ^ get(); };
protected System.Collections.Generic.IEnumerable<Microsoft.Extensions.VectorData.ProviderServices.PropertyModel> Properties { get; }
member this.Properties : seq<Microsoft.Extensions.VectorData.ProviderServices.PropertyModel>
Protected ReadOnly Property Properties As IEnumerable(Of PropertyModel)