SPResourceTrackingSettings.WindowSize property
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 SPResourceTrackingSettings
Dim value As TimeSpan
value = instance.WindowSize
instance.WindowSize = value
public TimeSpan WindowSize { get; set; }
Property value
Type: System.TimeSpan
See also
Reference
SPResourceTrackingSettings class