SPWebApplication.DailyStartUnthrottledPrivilegedOperationsMinute property

Gets or sets the minute 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)

Syntax

'Declaration
Public Property DailyStartUnthrottledPrivilegedOperationsMinute As UInteger
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.DailyStartUnthrottledPrivilegedOperationsMinute

instance.DailyStartUnthrottledPrivilegedOperationsMinute = value
public uint DailyStartUnthrottledPrivilegedOperationsMinute { get; set; }

Property value

Type: System.UInt32
UInt32
A value between 0 and 59 that specifies the minute of the start time.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The minute cannot be set to a value that is greater than 59.

SecurityException

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

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace