EmbedCodeConfiguration.LinkToOwnerProfilePage 属性

Gets or sets whether to add a link to the profile page of the video owner 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 LinkToOwnerProfilePage As Boolean
    Get
    Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As Boolean

value = instance.LinkToOwnerProfilePage

instance.LinkToOwnerProfilePage = value
public bool LinkToOwnerProfilePage { get; set; }

属性值

类型:System.Boolean
true if a link to the profile page of the video owner is added to the title bar of the media element; otherwise, false.

备注

If this value is not specified, its default value is false.

This property has no effect if the embedded media is not a VideoSet object, a child content type, no owner is specified for it, or the DisplayTitle property is false.

另请参阅

引用

EmbedCodeConfiguration 类

EmbedCodeConfiguration 成员

Microsoft.SharePoint.Client.Video 命名空间