 | EndpointElementXML Property |
Namespace:
Koden.Utils.REST.ConfigFileSections
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic bool XML { get; set; }
Public Property XML As Boolean
Get
Set
public:
property bool XML {
bool get ();
void set (bool value);
}
member XML : bool with get, set
Property Value
Type:
Booleantrue if XML; otherwise,
false.
See Also