SPField.AuthoringInfo property

Gets the descriptive string that is used in pages for editing fields to identify the field and its purpose.

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

Syntax

'Declaration
Public ReadOnly Property AuthoringInfo As String
    Get
'Usage
Dim instance As SPField
Dim value As String

value = instance.AuthoringInfo
public string AuthoringInfo { get; }

Property value

Type: System.String
A string that contains the description.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace