AddIn.Compiled Property
Returns a value indicating whether the specified add-in is a Microsoft Word add-in library (WLL).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Compiled As Boolean
Get
'Usage
Dim instance As AddIn
Dim value As Boolean
value = instance.Compiled
bool Compiled { get; }
Property Value
Type: System.Boolean
Remarks
If the specified add-in is not a WLL, then it is a template.