View.ImageUrl property

Gets a value that specifies the URI (Uniform Resource Identifier) of the image for the list view.

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

Syntax

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

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

Property value

Type: System.String
Returns a String instance representing the URI (Uniform Resource Identifier) of the image for the list view.

Remarks

It must be a server-relative URL or an absolute URL.

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace