Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BackupTimeoutOverride As Nullable(Of TimeSpan)
Get
Set
'Usage
Dim instance As SPDatabase
Dim value As Nullable(Of TimeSpan)
value = instance.BackupTimeoutOverride
instance.BackupTimeoutOverride = value
public Nullable<TimeSpan> BackupTimeoutOverride { get; set; }
Property value
Type: System.Nullable<TimeSpan>