Gets the URL of the file that is being downloaded.
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; } |