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

Usage

Visual Basic
Dim instance As Application
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value

Syntax

Visual Basic
<DefaultAttribute(True)> _
Public Property Enabled As Boolean
C#
[DefaultAttribute(true)] 
public bool Enabled { get; set; }
C++
[DefaultAttribute(true)] 
public:
property bool Enabled {
		bool get ();
		void set (bool value);
}
J#
/** @property */
public boolean get_Enabled ()

/** @property */
public void set_Enabled (boolean value)
JScript
public function get Enabled () : boolean

public function set Enabled (value : boolean)

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