EmbedCodeConfiguration.LinkToVideoHomePage 属性
Gets or sets whether to add a link to the video player page in the title bar of the media element.
命名空间: 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 LinkToVideoHomePage As Boolean
Get
Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As Boolean
value = instance.LinkToVideoHomePage
instance.LinkToVideoHomePage = value
public bool LinkToVideoHomePage { get; set; }
属性值
类型:System.Boolean
true if a link to the video player page is to be added to the title bar of the media element; otherwise, false.
备注
This property has no effect if the embedded media is not a VideoSet object, a child content type, or if the DisplayTitle property is false.