Share via


MediaFieldValue.ShowEmbedControl property

Gets or sets whether the media player should display the control for embedding the selected media.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ShowEmbedControl As Boolean
    Get
    Set
'Usage
Dim instance As MediaFieldValue
Dim value As Boolean

value = instance.ShowEmbedControl

instance.ShowEmbedControl = value
[DataMemberAttribute]
public bool ShowEmbedControl { get; set; }

Property value

Type: System.Boolean
true if the media player should display the control for embedding the selected media; otherwise, false.

See also

Reference

MediaFieldValue class

MediaFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace