SPFile.Web property
取得網站檔案所在的位置。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Web As SPWeb
Get
'用途
Dim instance As SPFile
Dim value As SPWeb
value = instance.Web
public SPWeb Web { get; }
Property value
Type: Microsoft.SharePoint.SPWeb
包含檔案的網站。