TaxonomyField.GetFieldValueAsTaxonomyFieldValueCollection method

Converts the specified string value into a TaxonomyFieldValueCollection object.

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

Syntax

'Declaration
Public Function GetFieldValueAsTaxonomyFieldValueCollection ( _
    value As String _
) As TaxonomyFieldValueCollection
'Usage
Dim instance As TaxonomyField
Dim value As String
Dim returnValue As TaxonomyFieldValueCollection

returnValue = instance.GetFieldValueAsTaxonomyFieldValueCollection(value)
public TaxonomyFieldValueCollection GetFieldValueAsTaxonomyFieldValueCollection(
    string value
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Taxonomy.TaxonomyFieldValueCollection
A TaxonomyFieldValueCollection.

Remarks

The AllowMultipleValues property determines whether the TaxonomyField object allows multiple values. If the TaxonomyField object does not allow multiple values, please use the GetFieldValueAsTaxonomyFieldValue() method instead.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Client.Taxonomy namespace