LockInfoTimeOut Property
IT Hit WebDAV Classes Reference
Lock expiration time.
Namespace:
ITHit.WebDAV.Server.Class2
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public Nullable<TimeSpan> TimeOut { get; set; }
Public Property TimeOut As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan> TimeOut {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
member TimeOut : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpanRemarks
Lock timeout which was requested by client. MaxValue means infinity
lock that never expires. The null value means that timeout was not provided by a client.
See Also