共用方式為


SPWebService.FeatureCacheLowWaterMark property

低水標示的 XML 文件快取,以位元組為單位的功能。

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

Syntax

'宣告
Public Property FeatureCacheLowWaterMark As Long
    Get
    Set
'用途
Dim instance As SPWebService
Dim value As Long

value = instance.FeatureCacheLowWaterMark

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

Property value

Type: System.Int64
會傳回Int64

請參閱

參照

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace