Compartir a través de


de la propiedad TaxonomyField.AllowMultipleValues

Gets or sets a Boolean value that specifies whether multiple Term objects can be used in the TaxonomyField object.

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

Sintaxis

'Declaración
Public Overrides Property AllowMultipleValues As Boolean
    Get
    Set
'Uso
Dim instance As TaxonomyField
Dim value As Boolean

value = instance.AllowMultipleValues

instance.AllowMultipleValues = value
public override bool AllowMultipleValues { get; set; }

Valor de propiedad

Tipo: System.Boolean
true to specify that multiple Term objects can be used in the TaxonomyField, otherwise false.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

TaxonomyFieldValue

TaxonomyFieldValueCollection

Microsoft.SharePoint.Taxonomy

SPFieldLookup

Microsoft.SharePoint