MultiplayerSessionProperties.SessionCustomPropertiesJson 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 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