LocationProfilesConfiguration.LocationProfileInstances Property
NOTE: This API is now obsolete.
Gets the list of location profile instances.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obselete. LocationProfileConfiguration replaces this class in ProvisioningData.")> _
Public ReadOnly Property LocationProfileInstances As Collection(Of LocationProfileInstance)
Get
'Usage
Dim instance As LocationProfilesConfiguration
Dim value As Collection(Of LocationProfileInstance)
value = instance.LocationProfileInstances
[ObsoleteAttribute("This class is obselete. LocationProfileConfiguration replaces this class in ProvisioningData.")]
public Collection<LocationProfileInstance> LocationProfileInstances { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<LocationProfileInstance>
See Also
Reference
LocationProfilesConfiguration Class