HashTag.Name property

Gets the hash tag's internal name.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As HashTag
Dim value As String

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

Property value

Type: System.String
The hash tag's internal name. The tag string is appended to an identifier. For example, "L0|#0b62e3ade-e173-4ce1-bd06-7689073229f7|#someTagName".

See also

Reference

HashTag class

HashTag members

Microsoft.SharePoint.Client.UserProfiles namespace