SPBackgroundFileSyncThrottlingSettings.WindowSize property

Gets or sets the duration for each resource tracking window.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property WindowSize As TimeSpan
    Get
    Set
'Usage
Dim instance As SPBackgroundFileSyncThrottlingSettings
Dim value As TimeSpan

value = instance.WindowSize

instance.WindowSize = value
public TimeSpan WindowSize { get; set; }

Property value

Type: System.TimeSpan

See also

Reference

SPBackgroundFileSyncThrottlingSettings class

SPBackgroundFileSyncThrottlingSettings members

Microsoft.SharePoint.Administration namespace