TaxonomyItem.Name Property

Gets or sets the name of the current TaxonomyItem object.

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

Syntax

'Declaration
Public MustOverride Property Name As String
    Get
    Set
'Usage
Dim instance As TaxonomyItem
Dim value As String

value = instance.Name

instance.Name = value
public abstract string Name { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

TaxonomyItem Class

TaxonomyItem Members

Microsoft.SharePoint.Taxonomy Namespace