次の方法で共有


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>

See also

Reference

ThemeProperties class

ThemeProperties members

Microsoft.Online.SharePoint.TenantManagement namespace