ConfigMgr.2012.Client.Library.ConfigMgr.2012.Client.ApplicationSystem Center ConfigMgr 2012 Client

ConfigMgr.2012.Client.Library.ConfigMgr.2012.Client.Application (ClassType)

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId022bf39b-be78-0f94-33cd-129e1edefe68

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
ConfigMgr.2012.Client.Library.ConfigMgr.2012.Client.Application:
SiteCode  string  ConfigMgr Site Code Assigned ConfigMgr 2012 Site Code for the client false  False     
Version  string  ConfigMgr Client version ConfigMgr 2012 Client version false 256  False     
GUID  guid  ConfigMgr Client GUID ConfigMgr 2012 Client Unique Identifier (GUID) false 36       
LogsLocation  string  Logs Location ConfigMgr 2012 Client Logs Location false 256  False     
CacheLocation  string  Cache Location ConfigMgr 2012 Client Cache Location false 256  False     
CacheSize  string  Cache Size in MB ConfigMgr 2012 Client Cache Size in MB false 256  False     
EnableAutoAssignment  bool  Auto Site Assignment If Auto Site Assignment is enabled for the ConfigMgr 2012 Client false 256       
AllowLocalAdminOverride  bool  Allow Local Admin Override If Local Admin Override is allowed false 256       
OSType  string  OS Type Operating System Type (Client or Server) false 10  False     

Health Model:

Source Code:

<ClassType ID="ConfigMgr.2012.Client.Library.ConfigMgr.2012.Client.Application" Base="Windows!Microsoft.Windows.LocalApplication" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<!--
<Property ID="Property1" Key="false" Type="string" />
-->
<Property ID="SiteCode" Type="string" Key="false" CaseSensitive="false" MaxLength="3" MinLength="0"/>
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="GUID" Type="guid" Key="false" CaseSensitive="false" MaxLength="36" MinLength="0"/>
<Property ID="LogsLocation" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="CacheLocation" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="CacheSize" Type="string" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="EnableAutoAssignment" Type="bool" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="AllowLocalAdminOverride" Type="bool" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0"/>
<Property ID="OSType" Type="string" Key="false" CaseSensitive="false" MaxLength="10" MinLength="0"/>
</ClassType>