LocationProfileInstances Property

List of location profile instances.

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

Syntax

'Declaration
Public ReadOnly Property LocationProfileInstances As Collection(Of LocationProfileInstance)
    Get
'Usage
Dim instance As LocationProfilesConfiguration
Dim value As Collection(Of LocationProfileInstance)

value = instance.LocationProfileInstances
public Collection<LocationProfileInstance> LocationProfileInstances { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'LocationProfileInstance>)>)>

See Also

Reference

LocationProfilesConfiguration Class

LocationProfilesConfiguration Members

Microsoft.Rtc.Collaboration.Presence Namespace