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