Share via


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.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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.Taxonomy Namespace

LookupId

TaxonomyField

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint