MultiplayerSessionProperties.TurnCollection 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 MultiplayerSessionMember objects indicating who has played turns in the sessions. When changing, call MultiplayerService::WriteSessionAsync to write the changes to the service.
public Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionMember> TurnCollection { get; set; }
member this.TurnCollection : Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionMember> with get, set
Public Property TurnCollection As IVectorView(Of MultiplayerSessionMember)
Property Value
Windows.Foundation.Collections.IVectorView<MultiplayerSessionMember>
Implements
Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPropertiesPublicNonVirtuals.TurnCollection