SearchResultWarnings Property |
Gets a warnings describing the result.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 20.11
Syntaxpublic string Warnings { get; }
Public ReadOnly Property Warnings As String
Get
public:
property String^ Warnings {
String^ get ();
}
member Warnings : string with get
Property Value
Type:
StringA warnings describing the result.
See Also