WordServiceApplication.Shared Property
Gets a value that specifies whether the service application is shared across multiple SharePoint farms.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Overrides Property Shared As Boolean
Get
Set
'Usage
Dim instance As WordServiceApplication
Dim value As Boolean
value = instance.Shared
instance.Shared = value
public override bool Shared { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Implements
ISharedServiceApplication.Shared