Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a snapshot of the list of targets in this view.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetPresentities As Collection(Of String)
'Usage
Dim instance As RemotePresenceView
Dim returnValue As Collection(Of String)
returnValue = instance.GetPresentities()
public Collection<string> GetPresentities()
Return Value
Type: System.Collections.ObjectModel.Collection<String>