[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.Multitenancy.TenantsPage Class Reference\n\nFirebaseAdmin.Auth.Multitenancy.TenantsPage\n===========================================\n\nContains a collection of tenants.\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [NextPageToken](#class_firebase_admin_1_1_auth_1_1_multitenancy_1_1_tenants_page_1ac1f82dfada622d659805123a6fb73dd4) | `string` Gets the token representing the next page of tenants. |\n| [Tenants](#class_firebase_admin_1_1_auth_1_1_multitenancy_1_1_tenants_page_1af7ae38ab3b50ddd5cc2675d324d36bd4) | `IEnumerable\u003c `[Tenant](/docs/reference/admin/dotnet/class/firebase-admin/auth/multitenancy/tenant#class_firebase_admin_1_1_auth_1_1_multitenancy_1_1_tenant)` \u003e` Gets the tenants included in the current page. |\n\nProperties\n----------\n\n### NextPageToken\n\n```text\nstring NextPageToken\n``` \nGets the token representing the next page of tenants.\n\nNull if there are no more pages. \n\n### Tenants\n\n```text\nIEnumerable\u003c Tenant \u003e Tenants\n``` \nGets the tenants included in the current page."]]