EmbedCodeConfiguration.DisplayTitle 属性
Gets or sets whether to display the video title in the element that displays the video stream.
命名空间: Microsoft.SharePoint.Client.Video
程序集: Microsoft.SharePoint.Client.DocumentManagement.Silverlight(位于 Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll 中); Microsoft.SharePoint.Client.DocumentManagement.Phone(位于 Microsoft.SharePoint.Client.DocumentManagement.Phone.dll 中) Microsoft.SharePoint.Client.DocumentManagement(位于 Microsoft.SharePoint.Client.DocumentManagement.dll 中)
语法
声明
Public Property DisplayTitle As Boolean
Get
Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As Boolean
value = instance.DisplayTitle
instance.DisplayTitle = value
public bool DisplayTitle { get; set; }
属性值
类型:System.Boolean
true if the video title is to be displayed in the element that displays the video stream; otherwise, false.
备注
If this value is not specified, its default value is false.