SPList.ImageUrl property
取得代表清單圖示伺服器相對 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ImageUrl As String
Get
Set
'用途
Dim instance As SPList
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public string ImageUrl { get; set; }
Property value
Type: System.String
包含 URL 的字串。