Gets the helpdesk internal 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 
HelpdeskInternalUrl 
As 
String
C#
public 
string 
HelpdeskInternalUrl { 
get; }
Visual C++
public:
property 
String^ 
HelpdeskInternalUrl {
	
String^ 
get ();
}
JavaScript
function get_
helpdeskInternalUrl();

See Also