Click or drag to resize

EndpointElementXML Property

Gets or sets a value indicating whether this EndpointElement is XML.

Namespace:  Koden.Utils.REST.ConfigFileSections
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public bool XML { get; set; }

Property Value

Type: Boolean
true if XML; otherwise, false.
See Also