Gets or sets a value indicating that the
install and uninstall requires that a user be logged on to the
local computer.
Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As Installer
Dim value As Nullable(Of Boolean)
value = instance.RequiresLogOn
instance.RequiresLogOn = value
|
Syntax
Visual Basic |
Public Property RequiresLogOn As Nullable(Of Boolean)
|
C# |
public Nullable<bool> RequiresLogOn { get; set; }
|
C++ |
public:
property Nullable<bool> RequiresLogOn {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
|
J# |
/** @property */
public Nullable<boolean> get_RequiresLogOn ()
/** @property */
public void set_RequiresLogOn (Nullable<boolean> value)
|
JScript |
public function get RequiresLogOn () : Nullable<boolean>
public function set RequiresLogOn (value : Nullable<boolean>)
|
Property Value
true if a local user must be logged into the computer for an
install or uninstall to occur; otherwise,
false.
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