MediaInitializingEventArgsMediaSource Property |
Gets the URL.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string MediaSource { get; }
Public ReadOnly Property MediaSource As String
Get
Dim instance As MediaInitializingEventArgs
Dim value As String
value = instance.MediaSource
member MediaSource : string with get
/** @property */
public String get_MediaSource()
function get MediaSource () : String
function get_MediaSource();
Property Value
Type:
String
See Also