RedirectingEventArgs.Targets 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 address of the all the redirects.
public:
abstract property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Signaling::RealTimeAddress ^> ^ Targets { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Rtc::Signaling::RealTimeAddress ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Signaling.RealTimeAddress> Targets { get; }
member this.Targets : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Rtc.Signaling.RealTimeAddress>
Public MustOverride ReadOnly Property Targets As ReadOnlyCollection(Of RealTimeAddress)