AddIn.Compiled Property

Definition

Returns a value indicating whether the specified add-in is a Microsoft Word add-in library (WLL).

public:
 property bool Compiled { bool get(); };
public bool Compiled { get; }
member this.Compiled : bool
Public ReadOnly Property Compiled As Boolean

Property Value

Remarks

If the specified add-in is not a WLL, then it is a template.

Applies to