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)
Available in Sandboxed Solutions: No

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