SPFieldCalculated.OutputType property

Gets or sets how values are formatted in the field.

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

Syntax

'Declaration
Public Property OutputType As SPFieldType
    Get
    Set
'Usage
Dim instance As SPFieldCalculated
Dim value As SPFieldType

value = instance.OutputType

instance.OutputType = value
public SPFieldType OutputType { get; set; }

Property value

Type: Microsoft.SharePoint.SPFieldType
A Microsoft.SharePoint.SPFieldType value that specifies how values are formatted.

See also

Reference

SPFieldCalculated class

SPFieldCalculated members

Microsoft.SharePoint namespace