TeamRequestResult.Teams 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 collection of TeamInfo objects returned by a request.
public Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Tournaments.TeamInfo> Teams { get; }
member this.Teams : Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Tournaments.TeamInfo>
Public ReadOnly Property Teams As IVectorView(Of TeamInfo)
Property Value
Windows.Foundation.Collections.IVectorView<TeamInfo>
Implements
Microsoft.Xbox.Services.Tournaments.__ITeamRequestResultPublicNonVirtuals.Teams