Error message returned when GetXmlAttribute(String, String, String) fails to find a match
Namespace:
FirmaSATAssembly: diFirmaSatNet (in diFirmaSatNet.dll) Version: 10.50.0.29531
Syntax
C# |
---|
public static string XmlNoMatch() |
Visual Basic (Declaration) |
---|
Public Shared Function XmlNoMatch As String |
Return Value
Error message (default = "!NO MATCH!")
Remarks
Use to test for existence of an element.
The message can be changed using SetXmlNoMatch(String).
Examples

Console.WriteLine(Sat.XmlNoMatch());
// !NO MATCH!