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
<RequiresDesignerPermissionAttribute> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property MediaPlayerStyleSource As String
    Get
    Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As String

value = instance.MediaPlayerStyleSource

instance.MediaPlayerStyleSource = value
[RequiresDesignerPermissionAttribute]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string MediaPlayerStyleSource { get; set; }

Property value

Type: System.String
Returns String.

Remarks

To be used in conjunction with the PlayMediaInBrowser property.

See also

Reference

ContentByQueryWebPart class

ContentByQueryWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace