ListItem.IconOverlay property

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

Syntax

'Declaration
Public Property IconOverlay As String
    Get
    Set
'Usage
Dim instance As ListItem
Dim value As String

value = instance.IconOverlay

instance.IconOverlay = value
public string IconOverlay { get; set; }

Property value

Type: System.String

See also

Reference

ListItem class

ListItem members

Microsoft.SharePoint.Client namespace