Gets the location profile 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 
LocationProfile 
As 
String
C#
public 
string 
LocationProfile { 
get; }
Visual C++
public:
property 
String^ 
LocationProfile {
	
String^ 
get ();
}
JavaScript
function get_
locationProfile();

See Also