ExtensionDataCollectionQuery.Collections 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.
A list of collections to query
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.ExtensionDataCollection> Collections { get; set; }
member this.Collections : System.Collections.Generic.List<Microsoft.VisualStudio.Services.ExtensionManagement.WebApi.ExtensionDataCollection> with get, set
Public Property Collections As List(Of ExtensionDataCollection)
Property Value
- Attributes