Share via


SPListItemVersion.Level property

Gets the level of publication for the item version.

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

Syntax

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

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

Property value

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

See also

Reference

SPListItemVersion class

SPListItemVersion members

Microsoft.SharePoint namespace