Compartilhar via


SPCheckedOutFile.CheckedOutById property

Obtém o identificador (ID) do usuário que fez o check-out do arquivo.

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

Syntax

'Declaração
Public ReadOnly Property CheckedOutById As Integer
    Get
'Uso
Dim instance As SPCheckedOutFile
Dim value As Integer

value = instance.CheckedOutById
public int CheckedOutById { get; }

Property value

Type: System.Int32
A identificação do usuário que fez o check-out do arquivo.

Ver também

Referência

SPCheckedOutFile class

SPCheckedOutFile members

Microsoft.SharePoint namespace