WordServiceApplication Class
Defines a single logical occurrence of the shared Word Automation Services, and is directly derived from the SPIisWebServiceApplication class.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
Microsoft.SharePoint.Administration.SPServiceApplication
Microsoft.SharePoint.Administration.SPIisWebServiceApplication
Microsoft.Office.Word.Server.Service.WordServiceApplication
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<GuidAttribute("45D32CBC-1B8E-41B1-9A3B-FD709324A615")> _
<ServiceBehaviorAttribute(Namespace := "https://schemas.microsoft.com/office/server/word/2009/08/service")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class WordServiceApplication _
Inherits SPIisWebServiceApplication _
Implements IFormattable
'Usage
Dim instance As WordServiceApplication
[GuidAttribute("45D32CBC-1B8E-41B1-9A3B-FD709324A615")]
[ServiceBehaviorAttribute(Namespace = "https://schemas.microsoft.com/office/server/word/2009/08/service")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class WordServiceApplication : SPIisWebServiceApplication,
IFormattable
Remarks
There is one WordServiceApplication object for each Word Automation Services application that a farm administrator creates.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.