EntityRelationshipProperty.CollectionFilters 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 collection filter methods defined.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.ProjectSystem.Query.Framework.CollectionFilter>? CollectionFilters { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
member this.CollectionFilters : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.ProjectSystem.Query.Framework.CollectionFilter>
Public ReadOnly Property CollectionFilters As IReadOnlyList(Of CollectionFilter)
Property Value
- Attributes