List.ImagePath property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ImagePath As ResourcePath
Get
Set
'Usage
Dim instance As List
Dim value As ResourcePath
value = instance.ImagePath
instance.ImagePath = value
public ResourcePath ImagePath { get; set; }
Property value
Type: Microsoft.SharePoint.Client.ResourcePath