ContentByQueryWebPart.PlayMediaInBrowser property

Gets or sets a value indicating whether links to media files should be played within the browser rather than with the operating system media player.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property PlayMediaInBrowser As Boolean
    Get
    Set
'Usage
Dim instance As ContentByQueryWebPart
Dim value As Boolean

value = instance.PlayMediaInBrowser

instance.PlayMediaInBrowser = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool PlayMediaInBrowser { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

ContentByQueryWebPart class

ContentByQueryWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace