ThemeInfo.AccessibleDescription property
Gets a brief accessible description of this theme.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AccessibleDescription As String
Get
'Usage
Dim instance As ThemeInfo
Dim value As String
value = instance.AccessibleDescription
public string AccessibleDescription { get; }
Property value
Type: System.String
The description of this theme.