SPFieldCalculated.OutputType property
Obtém ou define como os valores são formatados no campo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property OutputType As SPFieldType
Get
Set
'Uso
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
Um valor de Microsoft.SharePoint.SPFieldType que especifica como os valores são formatados.