Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As DeploymentType
Dim value As Installer

value = instance.Installer

Syntax

Visual Basic
<MandatoryAttribute> _
Public Property Installer As Installer
C#
[MandatoryAttribute] 
public Installer Installer { get; }
C++
[MandatoryAttribute] 
public:
property Installer^ Installer {
		Installer^ get ();
}
J#
/** @property */
public Installer get_Installer ()
JScript
public function get Installer () : Installer

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

Windows Vista, Windows Server 2003, and

Target Platforms

See Also