PortalContext.IsFederated Property
Gets a flag that indicates whether this portal site is federated.
Namespace: Microsoft.SharePoint.Portal
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property IsFederated As Boolean
Get
'Usage
Dim instance As PortalContext
Dim value As Boolean
value = instance.IsFederated
public bool IsFederated { get; }
Property Value
Type: System.Boolean
true indicates that this portal site is federated; otherwise, false.