SPFile.LockId property
Obtém o identificador (ID) do bloqueio atual no arquivo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property LockId As String
Get
'Uso
Dim instance As SPFile
Dim value As String
value = instance.LockId
public string LockId { get; }
Property value
Type: System.String
Uma seqüência de caracteres que identifica o bloqueio no arquivo. Se o arquivo não está bloqueado, o valor é uma referência nula (Nothing no Visual Basic).