Installer.RequiresLogOn Property
Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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
'Usage
Dim instance As Installer
Dim value As Nullable(Of Boolean)
value = instance.RequiresLogOn
instance.RequiresLogOn = value
Syntax
'Declaration
Public Property RequiresLogOn As Nullable(Of Boolean)
public Nullable<bool> RequiresLogOn { get; set; }
public:
property Nullable<bool> RequiresLogOn {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_RequiresLogOn ()
/** @property */
public void set_RequiresLogOn (Nullable<boolean> value)
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
Reference
Installer Class
Installer Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace