SPField.TypeShortDescription Property

Gets the description of the field.

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

Syntax

Public ReadOnly Property TypeShortDescription As String
    Get

Dim instance As SPField
Dim value As String

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

Property Value

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

See Also

Reference

SPField Class

SPField Members

Microsoft.SharePoint Namespace