SPWebService.FeatureCacheHighWaterMark Property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.FeatureCacheHighWaterMark

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

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace