Hashtag.Label property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Label As String
Get
Set
'Usage
Dim instance As Hashtag
Dim value As String
value = instance.Label
instance.Label = value
public string Label { get; set; }
Property value
Type: System.String