SpecifiedListFieldIterator.IsShownField method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Function IsShownField ( _
field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean
returnValue = Me.IsShownField(field)
protected bool IsShownField(
SPField field
)
Parameters
- field
Type: Microsoft.SharePoint.SPField
Return value
Type: System.Boolean
See also
Reference
SpecifiedListFieldIterator class