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
value
Type: System.StringA formatted string containing identifier, label, and path information to convert into a TaxonomyFieldValueCollection object.
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.