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