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