ClubRoster.RequestedToJoin 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.
Users who've requested to join the club
public Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Clubs.ClubRoleRecord> RequestedToJoin { get; }
member this.RequestedToJoin : Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Clubs.ClubRoleRecord>
Public ReadOnly Property RequestedToJoin As IVectorView(Of ClubRoleRecord)
Property Value
Windows.Foundation.Collections.IVectorView<ClubRoleRecord>
Implements
Microsoft.Xbox.Services.Clubs.__IClubRosterPublicNonVirtuals.RequestedToJoin