COMAddIn.Description Property

Returns or sets a descriptive String value for the specified COMAddIn object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Default Property Description As String
    Get
    Set
'Usage
Dim instance As COMAddIn
Dim value As String

value = instance

instance = value
string this { get; set; }

Property Value

Type: System.String

See Also

Reference

COMAddIn Interface

COMAddIn Members

Microsoft.Office.Core Namespace