Gets the ID of the location profile instance.

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

Syntax

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

See Also