Edit

Share via


MultiplayerSessionProperties.Keywords Property

Definition

(Optional) A collection of case-insensitive keywords associated with the session. This value can be empty. When changing keywords, call MultiplayerService::WriteSessionAsync to write the changes to the service.

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

Property Value

Windows.Foundation.Collections.IVectorView<String>

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerSessionPropertiesPublicNonVirtuals.Keywords

Applies to