SPIisWebServiceApplication.Shared property
Specifies whether or not the application instance is visible outside the local farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Property Shared As Boolean
Get
Set
'Usage
Dim instance As SPIisWebServiceApplication
Dim value As Boolean
value = instance.Shared
instance.Shared = value
public virtual bool Shared { get; set; }
Type: System.Boolean
true if this application instance should be visible outside the local farm; otherwise, false.
ISharedServiceApplication.Shared
SPIisWebServiceApplication class