TaxonomyItem.Name property
Gets or sets the name of the current TaxonomyItem object.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As TaxonomyItem
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property value
Type: System.String
Returns String.