Share via


Application Members

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager

Contains definitions for the various properties, information, and metadata for an application.

The following tables list the members exposed by the Application type.

Public Constructors

  Name Description
  Application Overloaded. Initializes a new instance of the Application class.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property AutoDistribute True if the content will be automatically downloaded when the application is assigned to distribution points; otherwise, False.
public property AutoInstall True if the application can be installed from the install application task sequence action, otherwise, False.
public property Contacts List of one or more administrative users who are the support contacts for the application.
public property CustomId Optional reference information for the application.
public property CustomProperties Custom properties for the application that are defined by the customer.
public property DeploymentTypes List of deployment types for the application.
public property Description Description for the application.
public property DisplayInfo Set of localized display information for the application.
public property DisplaySupersedes True if the application will be displayed in the Application Catalog even if the application has been superseded by another application; otherwise, False.
public property DownloadDelta True if downloads are restricted to changes made since the last download; otherwise, False.
public property Enabled True if the application is enabled. False if the application is disabled.
public property Features Reserved for future use.
public property HighPriority Priority for downloading the application.
public property Id  (inherited from NamedObject)
public property IsChanged  (inherited from BaseObject)
public property IsReadOnly  (inherited from BaseObject)
public property Name  (inherited from NamedObject)
public property Owners List of one or more administrative users who are the owners of this application.
public property PreferredSender Preferred sender for the application.
public property Publisher Software publisher of the application.
public property Recommended True if the application is recommended for the user; otherwise, False.
public property ReleaseDate Date that the application was published.
public property Scope  (inherited from NamedObject)
public property SendToProtectedDP True if the application should be copied to protected distribution points; otherwise, False.
public property SoftwareVersion Version number of the application.
public property SourceId  (inherited from NamedObject)
public property Tags One or more administrative categories for the application.
public property Title Name of the application.
public property Version  (inherited from NamedObject)

Top

Protected Properties

  Name Description
protected property InsideIsChangedSetter  (inherited from BaseObject)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method ChangeId  Overridden. (inherited from BaseObject)
public method Clone  Overridden. (inherited from BaseObject)
public method Copy  (inherited from BaseObject)
public method CopyFrom  (inherited from BaseObject)
public method CreateNewId  (inherited from NamedObject)
public method EnumerateLocalizedProperties  (inherited from BaseObject)
public method Equals  Overridden. (inherited from Object)
public method GetHashCode  Overridden. (inherited from Object)
public method GetResourceId  (inherited from BaseObject)
public method GetType  (inherited from Object)
public method SetResourceId  (inherited from BaseObject)
public method ToString  Overridden. (inherited from BaseObject)
public method Validate  (inherited from BaseObject)
public method ValidateProperty  Overloaded. (inherited from BaseObject)
public method ValidateProperty  Overridden. (inherited from BaseObject)

Top

Protected Methods

  Name Description
protected method AttachTracker  (inherited from BaseObject)
protected method CheckIsChanged  (inherited from BaseObject)
protected method DetachTracker  (inherited from BaseObject)
protected method EnumerateFields  Overloaded. (inherited from BaseObject)
protected method EnumerateTrackerChildren  (inherited from BaseObject)
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method OnChanged Overridden. This method is invoked after any changes are applied to this application.
protected method OnChanging Overridden. This method is invoked before any changes are applied to this application.
protected method OnDeserialized  (inherited from BaseObject)
protected method OnDeserializing  (inherited from BaseObject)
protected method OnSerialized  (inherited from BaseObject)
protected method OnSerializing  (inherited from BaseObject)
protected method SetIsChanged  (inherited from BaseObject)
protected method SetProp  (inherited from BaseObject)

Top

Protected Events

  Name Description
protected event OnChangedEvent  (inherited from BaseObject)
protected event OnChangingEvent  (inherited from BaseObject)

Top

See Also

Reference

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace