SetUrl(String,String) Method
In This Topic
Sets the video URL and title associated with this
WebVideoProperties.
Syntax
'Declaration
Public Overloads Sub SetUrl( _
ByVal As System.String, _
ByVal As System.String _
)
public void SetUrl(
System.string ,
System.string
)
Parameters
- url
- The video URL.
- title
- The title of web video player.
See Also