Share via


RegisterFormRegions.Unregister Property (2007 System)

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
'Usage
Dim instance As RegisterFormRegions 
Dim value As Boolean 

value = instance.Unregister

instance.Unregister = value
public bool Unregister { get; set; }
public:
property bool Unregister {
    bool get ();
    void set (bool value);
}
public function get Unregister () : boolean 
public function set Unregister (value : boolean)

Property Value

Type: System.Boolean
true if the form regions will be unregistered; otherwise, false. The default is false.

.NET Framework Security

See Also

Reference

RegisterFormRegions Class

RegisterFormRegions Members

Microsoft.VisualStudio.Tools.Office.BuildTasks Namespace