CanWrite Property
Definition
- Namespace
- Cuemon.Xml.Serialization.Converters
- Assemblies
- Cuemon.Xml.dll
CanWrite
Gets a value indicating whether this XmlConverter can write XML.
public virtual bool CanWrite { get; }
Property Value
- bool
trueif this XmlConverter can write XML; otherwise,false.