WordServiceFormats.Word2003Xml Property
Gets or sets a value that indicates whether the service application can read Word 2003 XML files (XML).
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property Word2003Xml As Boolean
Get
Set
'Usage
Dim instance As WordServiceFormats
Dim value As Boolean
value = instance.Word2003Xml
instance.Word2003Xml = value
public bool Word2003Xml { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
The default value for this setting is true.