Edit

Share via


MultiplayerSessionProperties.SessionCustomPropertiesJson Property

Definition

A JSON string that specifies the custom properties for the session. These can be changed anytime. When changing, call MultiplayerService::WriteSessionAsync to write the changes to the service.

public string SessionCustomPropertiesJson { get; }
member this.SessionCustomPropertiesJson : string
Public ReadOnly Property SessionCustomPropertiesJson As String

Property Value

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPropertiesPublicNonVirtuals.SessionCustomPropertiesJson

Applies to