Share via


SPPageStateControl.CurrentItemCheckoutOwner property

identifies the current checkout owner of the item to detect conflicts

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

Syntax

'Declaration
Public Overridable ReadOnly Property CurrentItemCheckoutOwner As String
    Get
'Usage
Dim instance As SPPageStateControl
Dim value As String

value = instance.CurrentItemCheckoutOwner
public virtual string CurrentItemCheckoutOwner { get; }

Property value

Type: System.String
Returns String.

See also

Reference

SPPageStateControl class

SPPageStateControl members

Microsoft.SharePoint.WebControls namespace