SPField.TypeShortDescription Property

Gets the description of the field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableConstraintAttribute(FixedId := "2", Type := ClientCallableConstraintType.NotNull)> _
<ClientCallableConstraintAttribute(FixedId := "1", Type := ClientCallableConstraintType.NotEmpty)> _
<ClientCallableAttribute> _
Public ReadOnly Property TypeShortDescription As String
    Get
'Usage
Dim instance As SPField
Dim value As String

value = instance.TypeShortDescription
[ClientCallableConstraintAttribute(FixedId = "2", Type = ClientCallableConstraintType.NotNull)]
[ClientCallableConstraintAttribute(FixedId = "1", Type = ClientCallableConstraintType.NotEmpty)]
[ClientCallableAttribute]
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