ThemeProperties.Palette property
Namespace: Microsoft.Online.SharePoint.TenantManagement
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public ReadOnly Property Palette As IDictionary(Of String, String)
Get
'Usage
Dim instance As ThemeProperties
Dim value As IDictionary(Of String, String)
value = instance.Palette
public IDictionary<string, string> Palette { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, String>