MediaPlayerEventArgsUrls Property |
Namespace: Veeplay.media.eventsAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<string> Urls { get; }
Public ReadOnly Property Urls As List(Of String)
Get
public:
property List<String^>^ Urls {
List<String^>^ get ();
}
member Urls : List<string> with get
Property Value
Type:
ListStringSee Also