SPField.TypeAsString Property

Gets the type of the field as a string value.

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

Syntax

Public ReadOnly Property TypeAsString As String
    Get

Dim instance As SPField
Dim value As String

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

Property Value

Type: System.String
A string that represents the field type.

See Also

Reference

SPField Class

SPField Members

Microsoft.SharePoint Namespace