EmbedCodeConfiguration.DisplayTitle property
Gets or sets whether to display the video title in the element that displays the video stream.
Namespace: Microsoft.Office.DocumentManagement.VideoSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property DisplayTitle As Boolean
Get
Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As Boolean
value = instance.DisplayTitle
instance.DisplayTitle = value
public bool DisplayTitle { get; set; }
Property value
Type: System.Boolean
true if the video title is to be displayed in the element that displays the video stream; otherwise, false.
Remarks
If this value is not specified, its default value is false.