MultiplayerGetSessionsRequest.XboxUserIdsFilter 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.
Optional. Filter results to just sessions that contains these Xbox User IDs. You must specify one of XboxUserIdFilter, XboxUserIdsFilter, or KeywordFilter.
public Windows.Foundation.Collections.IVectorView<string> XboxUserIdsFilter { get; set; }
member this.XboxUserIdsFilter : Windows.Foundation.Collections.IVectorView<string> with get, set
Public Property XboxUserIdsFilter As IVectorView(Of String)
Property Value
Windows.Foundation.Collections.IVectorView<String>
Implements
Microsoft.Xbox.Services.Multiplayer.__IMultiplayerGetSessionsRequestPublicNonVirtuals.XboxUserIdsFilter