Edit

Share via


MultiplayerRoleInfo.MaxMembersCount Property

Definition

Maximum number of slots available for this role. Note: Only the session owner can modify role settings and only those that are multiplayer_role_type::mutable_role_settings() In your session template, you also need to set 'hasOwners' capability and 'ownerManaged' to true for the specific role type that you want to modify the mutable_role_setting off.

public uint MaxMembersCount { get; set; }
member this.MaxMembersCount : uint32 with get, set
Public Property MaxMembersCount As UInteger

Property Value

Implements

Microsoft.Xbox.Services.Multiplayer.__IMultiplayerRoleInfoPublicNonVirtuals.MaxMembersCount

Applies to