SPOTenantWebTemplateCollection class
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<SPOTenantWebTemplate>
Microsoft.Online.SharePoint.TenantAdministration.SPOTenantWebTemplateCollection
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Class SPOTenantWebTemplateCollection _
Inherits ClientObjectCollection(Of SPOTenantWebTemplate)
'Usage
Dim instance As SPOTenantWebTemplateCollection
public class SPOTenantWebTemplateCollection : ClientObjectCollection<SPOTenantWebTemplate>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.