SPView.RecurrenceRowset property
取得布林值,這個值表示檢視是否支援循環資料列集。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property RecurrenceRowset As Boolean
Get
'用途
Dim instance As SPView
Dim value As Boolean
value = instance.RecurrenceRowset
public bool RecurrenceRowset { get; }
Property value
Type: System.Boolean
true如果檢視支援循環。否則, false。