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.
Gets the address of the all the redirects.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Targets As ReadOnlyCollection(Of RealTimeAddress)
Get
'Usage
Dim instance As RedirectingEventArgs
Dim value As ReadOnlyCollection(Of RealTimeAddress)
value = instance.Targets
public abstract ReadOnlyCollection<RealTimeAddress> Targets { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<RealTimeAddress>