Compartilhar via


SPField.FieldValueType property

Obtém o tipo de valor do campo quando o tipo de campo tem seu próprio tipo de valor.

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

Syntax

'Declaração
Public Overridable ReadOnly Property FieldValueType As Type
    Get
'Uso
Dim instance As SPField
Dim value As Type

value = instance.FieldValueType
public virtual Type FieldValueType { get; }

Property value

Type: System.Type
Um objeto System.Type que representa o tipo de valor.

Comentários

Use the FieldValueType property when the field type has its own custom value type object, such as the one that is returned through the GetFieldValue method. For more information about field value objects, see Custom Field Value Classes.

Ver também

Referência

SPField class

SPField members

Microsoft.SharePoint namespace