SiteActions.ThemeKey property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ThemeKey As String
Get
Set
'Usage
Dim instance As SiteActions
Dim value As String
value = instance.ThemeKey
instance.ThemeKey = value
public string ThemeKey { get; set; }
Property value
Type: System.String