TaxonomyField.AllowMultipleValues - Propriété

Obtient ou définit une valeur booléenne qui indique si plusieurs objets Term peuvent être utilisés dans l'objet TaxonomyField .

Espace de noms :  Microsoft.SharePoint.Taxonomy
Assembly :  Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)

Syntaxe

'Déclaration
Public Overrides Property AllowMultipleValues As Boolean
    Get
    Set
'Utilisation
Dim instance As TaxonomyField
Dim value As Boolean

value = instance.AllowMultipleValues

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

Valeur de propriété

Type : System.Boolean
true permet de spécifier que plusieurs objets de Term peuvent être utilisés dans le TaxonomyField, sinon false.

Voir aussi

Référence

TaxonomyField classe

TaxonomyField - Membres

Microsoft.SharePoint.Taxonomy - Espace de noms

TaxonomyFieldValue

TaxonomyFieldValueCollection

Microsoft.SharePoint.Taxonomy

SPFieldLookup

Microsoft.SharePoint