DataItem.InvalidXmlCharacters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the behavior for invalid characters in XML streams.
public Microsoft.AnalysisServices.InvalidXmlCharacters InvalidXmlCharacters { get; set; }
member this.InvalidXmlCharacters : Microsoft.AnalysisServices.InvalidXmlCharacters with get, set
Public Property InvalidXmlCharacters As InvalidXmlCharacters
Property Value
The behavior for invalid characters in XML streams.
Remarks
Default value is Preserve If Replace is defined, the invalid characters are replaced with the question mark (?) character.