Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether or not the application instance is visible outside the local farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Property Shared As Boolean
Get
Set
'Usage
Dim instance As ISharedServiceApplication
Dim value As Boolean
value = instance.Shared
instance.Shared = value
bool Shared { get; set; }
Property value
Type: System.Boolean
true if this application instance should be visible outside the local farm; otherwise false.
See also
Reference
ISharedServiceApplication interface