SP.Field.description Property

Applies to: SharePoint Foundation 2010

Gets or sets a value that specifies the description of the field.

var value = SP.Field.get_description(); 
SP.Field.set_description(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.

See Also

Reference

SP.Field Methods

SP.Field Properties

SP Namespace