MultiplayerSessionMember.MembersInGroup 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 members in any groups to which the session member belongs.
public Windows.Foundation.Collections.IVector<Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionMember> MembersInGroup { get; }
member this.MembersInGroup : Windows.Foundation.Collections.IVector<Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionMember>
Public ReadOnly Property MembersInGroup As IVector(Of MultiplayerSessionMember)
Property Value
Windows.Foundation.Collections.IVector<MultiplayerSessionMember>
Implements
Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionMemberPublicNonVirtuals.MembersInGroup
Remarks
If a "initializationGroup" list is set, the member's own index is always added if it isn't already present. During managed initialization, if any members in the list fail, this member will also fail.