SetOffice2007AddInRegistration.Unregister Property

Gets or sets a value that indicates whether to unregister the add-in.

Namespace:  Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly:  Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)

Syntax

'Declaration
Public Property Unregister As Boolean
    Get
    Set
public bool Unregister { get; set; }

Property Value

Type: System.Boolean
true if Execute will unregister the add-in; otherwise, false. The default is false.

.NET Framework Security

See Also

Reference

SetOffice2007AddInRegistration Class

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace