Gets the list of location profile instances.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
LocationProfileInstances 
As 
Collection(
Of 

LocationProfileInstance)
C#
public 
Collection<

LocationProfileInstance> 
LocationProfileInstances { 
get; }
Visual C++
public:
property 
Collection<

LocationProfileInstance^>^ 
LocationProfileInstances {
	
Collection<

LocationProfileInstance^>^ 
get ();
}
JavaScript
function get_
locationProfileInstances();

See Also