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