MediaElement.IsUsedForExternalVideoOnly Property

Do not use this member in your application. If you do, your code will throw a MethodAccessException. This member is security-critical, which restricts it to internal use by the .NET Framework for Silverlight class library.

[SECURITY CRITICAL]

Gets or sets a value that indicates whether to use external video.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property IsUsedForExternalVideoOnly As Boolean
    Get
    Set
'Usage
Dim instance As MediaElement
Dim value As Boolean

value = instance.IsUsedForExternalVideoOnly

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

Property Value

Type: System.Boolean
true if used for external video; otherwise, false.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

MediaElement Class

System.Windows.Controls Namespace

MediaElement