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

See Also