SP.Field.staticName Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies a customizable identifier of the field.

var value = SP.Field.get_staticName(); 
SP.Field.set_staticName(value);

Property Value

Type: String

Applies To

SP.Field Class

Exceptions

  • SPException
    The server does not allow properties of the field to be changed. Error code: -2146232832.

Remarks

If the value is null or empty, the server must use the value of InternalName.

See Also

Reference

SP.Field Methods

SP.Field Properties

SP Namespace