OutcomeChoiceField.JSLink property

Gets the ECMAScript (JavaScript, JScript) file used for the client rendering of the outcome choice field.

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

Syntax

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

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

Property value

Type: System.String
The ECMAScript (JavaScript, JScript) file.

Remarks

This override always returns " choicebuttonfieldtemplate.js".

The JSLink property is not supported on Survey or Events lists. A SharePoint calendar is an Events list.

See also

Reference

OutcomeChoiceField class

OutcomeChoiceField members

Microsoft.SharePoint namespace