AuthorizationUri Property |
Gets or sets URI of the document.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string Uri { get; set; }
Public Property Uri As String
Get
Set
public:
property String^ Uri {
String^ get ();
void set (String^ value);
}
member Uri : string with get, set
Property Value
Type:
String
The uri.
See Also