DividingListFieldIterator.TopFields property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TopFields As String
Get
Set
'Usage
Dim instance As DividingListFieldIterator
Dim value As String
value = instance.TopFields
instance.TopFields = value
public string TopFields { get; set; }
Property value
Type: System.String
See also
Reference
DividingListFieldIterator class