SPFile.LockExpires-Eigenschaft
Ruft das Ablaufdatum und die Uhrzeit von einer Sperre.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LockExpires As DateTime
Get
'Usage
Dim instance As SPFile
Dim value As DateTime
value = instance.LockExpires
public DateTime LockExpires { get; }
Eigenschaftswert
Typ: System.DateTime
Das Datum und die Uhrzeit, wann die Sperre abläuft.
Hinweise
Löst eine SPFileLockException aus, wenn keine Sperre für die Datei vorhanden ist.