TaxonomyField.TargetTemplate property
Gets or sets the Web-relative URL of the target page that is used to construct the hyperlink on each Term object when the TaxonomyField object is rendered.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Property TargetTemplate As String
Get
Set
'Usage
Dim instance As TaxonomyField
Dim value As String
value = instance.TargetTemplate
instance.TargetTemplate = value
public string TargetTemplate { get; set; }
Property value
Type: System.String
The Web-relative URL of the target page that is used to construct the hyperlink on each Term when the TaxonomyField is rendered.
See also
Reference
Microsoft.SharePoint.Client.Taxonomy namespace