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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.