UtilXmlReservedXmlOperators Property
Gets the reserved Xml operators.
Namespace: DevCase.Core.DataProcessing.XmlAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static char[] ReservedXmlOperators { get; }
Public Shared ReadOnly Property ReservedXmlOperators As Char()
Get
Dim value As Char()
value = UtilXml.ReservedXmlOperators
public:
static property array<wchar_t>^ ReservedXmlOperators {
array<wchar_t>^ get ();
}
static member ReservedXmlOperators : char[] with get
No code example is currently available or this language may not be supported.
Property Value
Char
The reserved Xml operators.
This is a code example.
No code example is currently available or this language may not be supported.
Dim reservedChars As String = New String(ReservedXmlOperators)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.