SPWebApplication.MaxPreAuthorizedAccessUrlTimeToLive property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MaxPreAuthorizedAccessUrlTimeToLive As TimeSpan
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As TimeSpan

value = instance.MaxPreAuthorizedAccessUrlTimeToLive

instance.MaxPreAuthorizedAccessUrlTimeToLive = value
public TimeSpan MaxPreAuthorizedAccessUrlTimeToLive { get; set; }

Property value

Type: System.TimeSpan

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace