LocationProfilesConfiguration.LocationProfileInstances Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of location profile instances.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Presence::LocationProfileInstance ^> ^ LocationProfileInstances { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Presence::LocationProfileInstance ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Presence.LocationProfileInstance> LocationProfileInstances { get; }
member this.LocationProfileInstances : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Presence.LocationProfileInstance>
Public ReadOnly Property LocationProfileInstances As Collection(Of LocationProfileInstance)