SPWebService.FeatureCacheLowWaterMark property

Low water mark for the feature XML document cache, in bytes.

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

Syntax

'Declaration
Public Property FeatureCacheLowWaterMark As Long
    Get
    Set
'Usage
Dim instance As SPWebService
Dim value As Long

value = instance.FeatureCacheLowWaterMark

instance.FeatureCacheLowWaterMark = value
public long FeatureCacheLowWaterMark { get; set; }

Property value

Type: System.Int64
Returns Int64.

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace