SPWeb.PortalMember property

Gets a Boolean value that indicates whether the website is associated with a portal site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property PortalMember As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.PortalMember
public bool PortalMember { get; }

Property value

Type: System.Boolean
true if the website is associated with a portal site; otherwise, false.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace