SPFieldCollection.ContainsFieldWithStaticName method

Returns a Boolean value that indicates whether the collection contains the field with the specified static name.

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

Syntax

'Declaration
Public Function ContainsFieldWithStaticName ( _
    staticName As String _
) As Boolean
'Usage
Dim instance As SPFieldCollection
Dim staticName As String
Dim returnValue As Boolean

returnValue = instance.ContainsFieldWithStaticName(staticName)
public bool ContainsFieldWithStaticName(
    string staticName
)

Parameters

  • staticName
    Type: System.String

    A string containing the static name.

Return value

Type: System.Boolean
true if the collection contains the field; otherwise, false.

See also

Reference

SPFieldCollection class

SPFieldCollection members

Microsoft.SharePoint namespace