SPField.StaticName Property

Gets or sets the internal name of the field.

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

Syntax

Public Property StaticName As String
    Get
    Set

Dim instance As SPField
Dim value As String

value = instance.StaticName

instance.StaticName = value
public string StaticName { get; set; }

Property Value

Type: System.String
A string that specifies the internal name of the field.

See Also

Reference

SPField Class

SPField Members

Microsoft.SharePoint Namespace