IAsyncQueryDefinition.RequiredChildCollections 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 the set of collections to be accessed in the query.
public System.Collections.Generic.IEnumerable<string> RequiredChildCollections { get; }
member this.RequiredChildCollections : seq<string>
Public ReadOnly Property RequiredChildCollections As IEnumerable(Of String)