SPFileCheckOutException.CheckedOutBy property
Obtém o 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 CheckedOutBy As String
Get
'Uso
Dim instance As SPFileCheckOutException
Dim value As String
value = instance.CheckedOutBy
public string CheckedOutBy { get; }
Property value
Type: System.String
O nome do usuário. O padrão é "(usuário desconhecido)".