MultiplayerSession.CurrentUser 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.
The current user in the session. A nullptr is returned if there is no current user in the session.
public Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionMember CurrentUser { get; }
member this.CurrentUser : Microsoft.Xbox.Services.Multiplayer.MultiplayerSessionMember
Public ReadOnly Property CurrentUser As MultiplayerSessionMember
Property Value
Implements
Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPublicNonVirtuals.CurrentUser