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.
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