SPPrincipal.ParentWeb property
取得主體中的父網站之內。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ParentWeb As SPWeb
Get
'用途
Dim instance As SPPrincipal
Dim value As SPWeb
value = instance.ParentWeb
public SPWeb ParentWeb { get; }
Property value
Type: Microsoft.SharePoint.SPWeb
表示父網站的SPWeb物件。