TaxonomyField.SetFieldValueByValue(ListItem, TaxonomyFieldValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public void SetFieldValueByValue (Microsoft.SharePoint.Client.ListItem item, Microsoft.SharePoint.Client.Taxonomy.TaxonomyFieldValue taxValue);
member this.SetFieldValueByValue : Microsoft.SharePoint.Client.ListItem * Microsoft.SharePoint.Client.Taxonomy.TaxonomyFieldValue -> unit
Public Sub SetFieldValueByValue (item As ListItem, taxValue As TaxonomyFieldValue)
Parameters
- item
- ListItem
- taxValue
- TaxonomyFieldValue
- Attributes