Gets or sets URL of the document.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Url Url { get; set; }Public Property Url As Url
	Get
	Set
public:
property Url^ Url {
	Url^ get ();
	void set (Url^ value);
}member Url : Url with get, set
Property Value
Type: 
Url
                The url.
            
See Also