Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to display the video title in the element that displays the video stream.
Namespace: Microsoft.SharePoint.Client.Video
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.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.