Edit

Share via


MultiplayerSessionMember.Encounters Property

Definition

Gets a list of group names for the current user indicating which groups that user encountered during a multiplayer session.

public Windows.Foundation.Collections.IVector<string> Encounters { get; set; }
member this.Encounters : Windows.Foundation.Collections.IVector<string> with get, set
Public Property Encounters As IVector(Of String)

Property Value

Windows.Foundation.Collections.IVector<String>

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionMemberPublicNonVirtuals.Encounters

Applies to