|   | XmlSchemaExportTFixOversizedStrings Method | 
        
        
 Before serializing your object to XML, all of its string fields are modified to fit. Essentially truncated. This modifies your exported object straight.
 This includes also string lists. The detection is based on the generated class, you need to have it add the StringLengthAttribute annotations to the fields.
 Only maximum string lengths are checked against, the minimums are left alone.
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
 Syntax
Syntaxprotected virtual bool FixOversizedStrings()
Protected Overridable Function FixOversizedStrings As Boolean
Return Value
BooleanWhether to truncate the strings to fitting lengths or not
 See Also
See Also