MultiplayerSessionMember.Groups 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 or sets a string vector of group names for the current user indicating which groups that user was part of during a multiplayer session.
public Windows.Foundation.Collections.IVector<string> Groups { get; set; }
member this.Groups : Windows.Foundation.Collections.IVector<string> with get, set
Public Property Groups As IVector(Of String)
Property Value
Windows.Foundation.Collections.IVector<String>
Implements
Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionMemberPublicNonVirtuals.Groups