AddinPlugin.Title property
Gets or sets a String containing the title for the Addin Plugin.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property Title As String
Get
Set
'Usage
Dim instance As AddinPlugin
Dim value As String
value = instance.Title
instance.Title = value
public string Title { get; set; }
Property value
Type: System.String
The String object that represents the title of the Addin Plugin.
Remarks
The title will be displayed in the dropdown menu for the Social Plugin button in the Web Part browser.