SPWebService.DynamicClaimCacheTimeout property

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

Syntax

'Declaration
Public Property DynamicClaimCacheTimeout As TimeSpan
    Get
    Set
'Usage
Dim instance As SPWebService
Dim value As TimeSpan

value = instance.DynamicClaimCacheTimeout

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

Property value

Type: System.TimeSpan

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace