Error message returned when GetXmlAttribute(String, String, String) fails to find a match

Namespace:  FirmaSAT
Assembly:  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

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

See Also