COMAddIn.Object Property

Definition

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

public:
 property System::Object ^ Object { System::Object ^ get(); void set(System::Object ^ value); };
public object Object { get; set; }
member this.Object : obj with get, set
Public Property Object As Object

Property Value

Remarks

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

Applies to