ContentByQueryWebPart.MediaPlayerStyleSource Property
Gets or sets a string value which a URL reference to an Extensible Application Markup Language (XAML) document containing a ControlTemplate definition to be used as the media player's style or skin.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<RequiresDesignerPermissionAttribute> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property MediaPlayerStyleSource As String
Get
Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As String
value = instance.MediaPlayerStyleSource
instance.MediaPlayerStyleSource = value
[WebBrowsableAttribute(false)]
[RequiresDesignerPermissionAttribute]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string MediaPlayerStyleSource { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
To be used in conjunction with the PlayMediaInBrowser property.