SPView.RowLimitExceeded property
Obtém ou define o processamento alternativo quando o valor definido pela propriedade RowLimit for excedido.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property RowLimitExceeded As String
Get
Set
'Uso
Dim instance As SPView
Dim value As String
value = instance.RowLimitExceeded
instance.RowLimitExceeded = value
public string RowLimitExceeded { get; set; }
Property value
Type: System.String
Uma seqüência de caracteres que contém a definição XML de renderização alternativo.