Gets the URL of the file that is being downloaded.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
SourceUrl 
As 
String
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomFileDownloadJob
Dim 
value 
As 
String

value = instance.
SourceUrl
C#
public 
string 
SourceUrl { 
get; 
private 
set; }

Property Value

Type: System . . :: . . String

The source URL.

See Also