Expand Minimize
This topic has not yet been rated - Rate this topic

SPWebApplication.DailyStartUnthrottledPrivilegedOperationsHour property

Gets the hour of the start time for an unthrottled privilege operation according to the local time zone.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public uint DailyStartUnthrottledPrivilegedOperationsHour { get; set; }

Property value

Type: System.UInt32
UInt32
A value between 0 and 23 that indicates the hour of the start time.
ExceptionCondition
ArgumentOutOfRangeException

The hour cannot be set to a value that is greater than 23.

SecurityException

The hour cannot be set because the current user is not a farm administrator.

Use the SetDailyUnthrottledPrivilegedOperationWindow(UInt32, UInt32, UInt32) method to set the hour of the start time.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.