Share via


AddinPlugin.Description property

Gets or sets a String that describes the Addin Plugin.

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

Syntax

'Declaration
Public Property Description As String
    Get
    Set
'Usage
Dim instance As AddinPlugin
Dim value As String

value = instance.Description

instance.Description = value
public string Description { get; set; }

Property value

Type: System.String
The String object describes the Addin Plugin.

Remarks

The description will be displayed in the Web Part browser.

See also

Reference

AddinPlugin class

AddinPlugin members

Microsoft.SharePoint.Client.Publishing namespace