RegisterFormRegions.Unregister Property
Gets or sets a value that indicates whether Execute will uninstall the form regions.
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
public bool Unregister { get; set; }
Property Value
Type: System.Boolean
true if the form regions will be unregistered; otherwise, false. The default is false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.