SPList.ListViewWebPartKey property

This is the Web part key for the list view Web part.

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

Syntax

'Declaration
Public ReadOnly Property ListViewWebPartKey As String
    Get
'Usage
Dim instance As SPList
Dim value As String

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

Property value

Type: System.String
A String representation of the key.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace