Compartir a través de


de la propiedad TaxonomyField.FieldValueType

Gets the type of the TaxonomyField object.

Espacio de nombres:  Microsoft.SharePoint.Taxonomy
Ensamblado:  Microsoft.SharePoint.Taxonomy (en Microsoft.SharePoint.Taxonomy.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property FieldValueType As Type
    Get
'Uso
Dim instance As TaxonomyField
Dim value As Type

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

Valor de propiedad

Tipo: System.Type
A Type object that represents the taxonomy field value type. If the AllowMultipleValues property is true, the returned type is TaxonomyFieldValueCollection; otherwise, TaxonomyFieldValue.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

TaxonomyFieldValue

TaxonomyFieldValueCollection

Microsoft.SharePoint.Taxonomy

SPField

Microsoft.SharePoint