Warnings Property (QidoEventArgs)
In This Topic
Used to pass warnings back to the client. Any strings added to this list are included as warnings in the HTTP
response
Syntax
'Declaration
Public ReadOnly Property Warnings As System.Collections.Generic.List(Of String)
'Usage
Dim instance As QidoEventArgs
Dim value As System.Collections.Generic.List(Of String)
value = instance.Warnings
public System.Collections.Generic.List<string> Warnings {get;}
public read-only property Warnings: System.Collections.Generic.List;
public function get Warnings : System.Collections.Generic.List
public: __property System.Collections.Generic.List<string*>* get_Warnings();
public:
property System.Collections.Generic.List<String^>^ Warnings {
System.Collections.Generic.List<String^>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also