Compartilhar via


SPFieldChoice.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 Overrides ReadOnly Property FieldValueType As Type
    Get
'Uso
Dim instance As SPFieldChoice
Dim value As Type

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

Property value

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

Ver também

Referência

SPFieldChoice class

SPFieldChoice members

Microsoft.SharePoint namespace