SPContentType.JSLink-Eigenschaft
Dient zum Abrufen oder Festlegen des JSLink für die benutzerdefinierte Formularvorlage des Inhaltstyps.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property JSLink As String
Get
Set
'Usage
Dim instance As SPContentType
Dim value As String
value = instance.JSLink
instance.JSLink = value
public string JSLink { get; set; }
Eigenschaftswert
Typ: System.String