SPFileVersion.Url property
取得根據站台或子網站的 URL 的檔案版本的相對 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Url As String
Get
'用途
Dim instance As SPFileVersion
Dim value As String
value = instance.Url
public string Url { get; }
Property value
Type: System.String
字串,包含 URL。
備註
雖然Url屬性包含的 URL,您可以瀏覽,不能以這個 URL 為基礎建構SPFile物件。