Share via


WordServiceApplication.WordServiceFormats property

Gets or sets a value that specifies the file formats which are supported by Word Automation Services.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Property WordServiceFormats As WordServiceFormats
    Get
    Friend Set
'Usage
Dim instance As WordServiceApplication
Dim value As WordServiceFormats

value = instance.WordServiceFormats
public WordServiceFormats WordServiceFormats { get; internal set; }

Property value

Type: Microsoft.Office.Word.Server.Service.WordServiceFormats
Returns WordServiceFormats.

See also

Reference

WordServiceApplication class

WordServiceApplication members

Microsoft.Office.Word.Server.Service namespace