TaxonomyFieldValue.WssId property

Gets or sets the list item ID of the list item containing the taxonomy field value that is encapsulated by the TaxonomyFieldValue object.

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

Syntax

'Declaration
Public Property WssId As Integer
    Get
    Set
'Usage
Dim instance As TaxonomyFieldValue
Dim value As Integer

value = instance.WssId

instance.WssId = value
public int WssId { get; set; }

Property value

Type: System.Int32
A 32-bit integer that uniquely identifies the list item containing the taxonomy field in a list

Remarks

This property behaves similarly to the LookupId property.

See also

Reference

TaxonomyFieldValue class

TaxonomyFieldValue members

Microsoft.SharePoint.Client.Taxonomy namespace

LookupId

TaxonomyField

Microsoft.SharePoint.Client.Taxonomy

Microsoft.SharePoint.Client