TaxonomyField.JSLink property

Gets a string containing a list, delimited with the '|' character, of all Javascript files required for the client-side rendering of TaxonomyField values.

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

Syntax

'Declaration
Public Overrides ReadOnly Property JSLink As String
    Get
'Usage
Dim instance As TaxonomyField
Dim value As String

value = instance.JSLink
public override string JSLink { get; }

Property value

Type: System.String

Remarks

Script-on-demand files are individually suffixed with "(d)"

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Taxonomy namespace