TaxonomyWebTaggingControl.FieldName property
Gets and sets the value that will be shown in the ToolTip on the client.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property FieldName As String
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As String
value = instance.FieldName
instance.FieldName = value
public string FieldName { get; set; }
Property value
Type: System.String
Value of the ToolTip on the client
See also
Reference
TaxonomyWebTaggingControl class