Share via


MediaPlayer.DefaultScriptType Property

Gets a reference to the client type that is created by default if the Silverlight.ScriptType property is not specified.

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property DefaultScriptType As String
    Get
'Usage
Dim value As String

value = Me.DefaultScriptType
protected override string DefaultScriptType { get; }

Property Value

Type: System.String
Always returns the string "Sys.UI.Silverlight.MediaPlayer".

Platforms

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

See Also

Reference

MediaPlayer Class

MediaPlayer Members

System.Web.UI.SilverlightControls Namespace