Defines program flags. The values correspond to the values for the ProgramFlags property in the Configuration Manager 2007 software distribution SMS_Program Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ProgramFlags

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration ProgramFlags As Long
C#
[FlagsAttribute] 
public enum ProgramFlags : long
C++
[FlagsAttribute] 
public enum class ProgramFlags : long long
J#
/** @attribute FlagsAttribute() */ 
public enum ProgramFlags
JScript
FlagsAttribute 
public enum ProgramFlags

Members

Member name Description
AdminRights See the ADMINRIGHTS value for ProgramFlags in SMS_Program Server WMI Class.
AnyPlatform See the ANY_PLATFORM value for ProgramFlags in SMS_Program Server WMI Class.
CountDown See the COUNTDOWN value for ProgramFlags in SMS_Program Server WMI Class.
DeviceProgramFlags See the WINDOWS_CE, USERCONTEXT, and USEUNCPATH values for ProgramFlags in SMS_Program Server WMI Class.
Disabled See the DISABLED value for ProgramFlags in SMS_Program Server WMI Class.
DisableMomAlertOnRunning See the DISABLEMOMALERTONRUNNING value for ProgramFlags in SMS_Program Server WMI Class.
EveryUser See the EVERYUSER value for ProgramFlags in SMS_Program Server WMI Class.
ForceRerun See the FORCERERUN value for ProgramFlags in SMS_Program Server WMI Class.
HideWindow See the HIDEWINDOW value for ProgramFlags in SMS_Program Server WMI Class.
MomAlertOnFail See the MOMALERTONFAIL value for ProgramFlags in SMS_Program Server WMI Class.
NoUserLoggedIn See the NOUSERLOGGEDIN value for ProgramFlags in SMS_Program Server WMI Class.
OKLogOff See the OKTOLOGOFF value for ProgramFlags in SMS_Program Server WMI Class.
OKToQuit See the OKTOQUIT value for ProgramFlags in SMS_Program Server WMI Class.
OKToReboot See the OKTOREBOOT value for ProgramFlags in SMS_Program Server WMI Class.
PersistConnection See the PERSISTCONNECTION value for ProgramFlags in SMS_Program Server WMI Class.
RunAccount See the RUNACCOUNT value for ProgramFlags in SMS_Program Server WMI Class.
RunDependantAlways See the RUN_DEPENDANT_ALWAYS value for ProgramFlags in SMS_Program Server WMI Class.
RunMaximized See the RUNMAXIMIZED value for ProgramFlags in SMS_Program Server WMI Class.
RunMinimized See the RUNMINIMIZED value for ProgramFlags in SMS_Program Server WMI Class.
ShowInArp See the SHOW_IN_ARP value for ProgramFlags in SMS_Program Server WMI Class.
StillRunning See the STILL_RUNNING value for ProgramFlags in SMS_Program Server WMI Class.
SupportUninstall See the SUPPORT_UNINSTALL value for ProgramFlags in SMS_Program Server WMI Class.
TaskSequenceEnabled See the AUTHORIZED_DYNAMIC_INSTALL value for ProgramFlags in SMS_Program Server WMI Class.
Unattended See the UNATTENDED value for ProgramFlags in SMS_Program Server WMI Class.
UseCustomProgressMsg See the USECUSTOMPROGRESSMSG value for ProgramFlags in SMS_Program Server WMI Class.
UserContext See the USERCONTEXT value for ProgramFlags in SMS_Program Server WMI Class.
UseUncPath See the USEUNCPATH value for ProgramFlags in SMS_Program Server WMI Class.
WindowsCE See the WINDOWS_CE value for ProgramFlags in SMS_Program Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also