FailureRequestException.WarningInformation 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 warning headers representing the warning information received as Warning Header in the request.
public:
property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::WarningHeader ^> ^ WarningInformation { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::WarningHeader ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.WarningHeader> WarningInformation { get; }
member this.WarningInformation : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.WarningHeader>
Public ReadOnly Property WarningInformation As Collection(Of WarningHeader)