SPDatabase.BackupTimeoutOverride property
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>