SPRoleDefinition.ParentWeb property

Gets the parent Web site for the role definition.

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

Syntax

'Declaration
Public ReadOnly Property ParentWeb As SPWeb
    Get
'Usage
Dim instance As SPRoleDefinition
Dim value As SPWeb

value = instance.ParentWeb
public SPWeb ParentWeb { get; }

Property value

Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the Web site.

Remarks

The ParentWeb property contains a null reference (Nothing in Visual Basic) until the role definition is added to the collection.

See also

Reference

SPRoleDefinition class

SPRoleDefinition members

Microsoft.SharePoint namespace