Share via


SPListItem.Level Property

Gets the level of publication for the item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property Level As SPFileLevel
    Get
'Usage
Dim instance As SPListItem
Dim value As SPFileLevel

value = instance.Level
public SPFileLevel Level { get; }

Property Value

Type: Microsoft.SharePoint.SPFileLevel
An SPFileLevel object that represents the level of publication.

See Also

Reference

SPListItem Class

SPListItem Members

Microsoft.SharePoint Namespace