Tenant.GetTenantTheme method
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Function GetTenantTheme ( _
name As String _
) As ThemeProperties
'Usage
Dim instance As Tenant
Dim name As String
Dim returnValue As ThemeProperties
returnValue = instance.GetTenantTheme(name)
public ThemeProperties GetTenantTheme(
string name
)
Parameters
- name
Type: System.String
Return value
Type: Microsoft.Online.SharePoint.TenantManagement.ThemeProperties