SoftwareMetadata.UninstallationBehavior Property

Gets an InstallationBehavior object that describes whether or not this package can be uninstalled, and if so how this package will behave during and after uninstallation.

Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)

Usage

Syntax

'Declaration
Public ReadOnly Property UninstallationBehavior As InstallationBehavior
public InstallationBehavior UninstallationBehavior { get; }
public:
property InstallationBehavior^ UninstallationBehavior {
    InstallationBehavior^ get ();
}
/** @property */
public InstallationBehavior get_UninstallationBehavior ()
public function get UninstallationBehavior () : InstallationBehavior

Property Value

An InstallationBehavior object that describes whether or not this package can be uninstalled, and if so how this package will behave during and after uninstallation.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

SoftwareMetadata Class
SoftwareMetadata Members
Microsoft.UpdateServices.ClientServicing Namespace