SPView.ImageUrl property

Gets the URL of the image that is associated with the list view.

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

Syntax

'Declaration
Public ReadOnly Property ImageUrl As String
    Get
'Usage
Dim instance As SPView
Dim value As String

value = instance.ImageUrl
public string ImageUrl { get; }

Property value

Type: System.String
String
The URL of the image.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace