Gets the console download external URI value from the provisioning data.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ConsoleDownloadExternalUrl 
As 
String
C#
public 
string 
ConsoleDownloadExternalUrl { 
get; }
Visual C++
public:
property 
String^ 
ConsoleDownloadExternalUrl {
	
String^ 
get ();
}
JavaScript
function get_
consoleDownloadExternalUrl();

See Also