TaxonomyField.GetFieldValueAsTaxonomyFieldValue method

Converts the specified string value into a TaxonomyFieldValue object.

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

Syntax

'Declaration
Public Function GetFieldValueAsTaxonomyFieldValue ( _
    value As String _
) As ClientResult(Of TaxonomyFieldValue)
'Usage
Dim instance As TaxonomyField
Dim value As String
Dim returnValue As ClientResult(Of TaxonomyFieldValue)

returnValue = instance.GetFieldValueAsTaxonomyFieldValue(value)
public ClientResult<TaxonomyFieldValue> GetFieldValueAsTaxonomyFieldValue(
    string value
)

Parameters

  • value
    Type: System.String

    A formatted string containing identifier, label, and path information to convert into a TaxonomyFieldValue.

Return value

Type: Microsoft.SharePoint.Client.ClientResult<TaxonomyFieldValue>
A TaxonomyFieldValue object.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Client.Taxonomy namespace