TaxonomyFieldControl.EmptyValueDescriptionForTargetTemplate property

Gets or sets the message that will be displayed in Display mode when the Taxonomy field has an empty value and the TargetTemplate is specified.

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

Syntax

'Declaration
Public Property EmptyValueDescriptionForTargetTemplate As String
    Get
    Set
'Usage
Dim instance As TaxonomyFieldControl
Dim value As String

value = instance.EmptyValueDescriptionForTargetTemplate

instance.EmptyValueDescriptionForTargetTemplate = value
public string EmptyValueDescriptionForTargetTemplate { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

TaxonomyFieldControl class

TaxonomyFieldControl members

Microsoft.SharePoint.Taxonomy namespace