Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.