COMAddIn.Object Property

Returns or sets the object that is the basis for the specified COMAddIn object.

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

Syntax

'Declaration
Property Object As Object
    Get
    Set
'Usage
Dim instance As COMAddIn
Dim value As Object

value = instance.Object

instance.Object = value
Object Object { get; set; }

Property Value

Type: System.Object

Remarks

This property is primarily used for enabling one COMAddIn to communicate with another COMAddIn.

See Also

Reference

COMAddIn Interface

COMAddIn Members

Microsoft.Office.Core Namespace