C++ GetWriteDefaultElementValues - CSerializationContext
In This Topic
bool GetWriteDefaultElementValues() const
void SetWriteDefaultElementValues(bool bValue)
|
|
Property |
Description |
|
|
|
Property Name |
WriteDefaultElementValues |
|
|
|
Property Type |
bool |
|
|
|
Accessors |
Read/Write |
|
|
|
Description |
Causes the writer to write default element values into the output XML document, otherwise empty element values are written out and any processor reading the XML document is then expected to use the XSD for the default values. |
|
|
|
Remarks |
|
|