共用方式為


SPView.RowLimitExceeded property

取得或設定替代的呈現,當超過RowLimit屬性所設定的值。

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

Syntax

'宣告
Public Property RowLimitExceeded As String
    Get
    Set
'用途
Dim instance As SPView
Dim value As String

value = instance.RowLimitExceeded

instance.RowLimitExceeded = value
public string RowLimitExceeded { get; set; }

Property value

Type: System.String
字串,包含替代的呈現的 XML 定義。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace