SMS_ApplicationPublishingItem Server WMI Class
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_ApplicationPublishingItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the ConfigurationItem object where the PublishingItem defined in an Application digest is stored in the database.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_ApplicationPublishingItem : SMS_ConfigurationItemBaseClass
{
String ApplicabilityCondition;
String CategoryInstance_UniqueIDs[];
UInt32 CI_ID;
String CI_UniqueID;
UInt32 CIType_ID;
UInt32 CIVersion;
String CreatedBy;
DateTime DateCreated;
DateTime DateLastModified;
DateTime EffectiveDate;
UInt32 EULAAccepted;
Boolean EULAExists;
DateTime EULASignoffDate;
String EULASignoffUser;
UInt32 ExecutionContext;
Boolean IsBundle;
Boolean IsDigest;
Boolean IsEnabled;
Boolean IsExpired;
Boolean IsHidden;
Boolean IsLatest;
Boolean IsQuarantined;
Boolean IsSuperseded;
Boolean IsUserDefined;
String LastModifiedBy;
String LocalizedCategoryInstanceNames[];
String LocalizedDescription;
String LocalizedDisplayName;
String LocalizedInformativeURL;
UInt32 LocalizedPropertyLocaleID;
String ModelName;
UInt32 ModelID;
UInt32 PermittedUses;
String PlatformCategoryInstance_UniqueIDs[];
UInt32 PlatformType;
String PublishingData;
String PublishingDataLazy;
String PublishingID;
String PublishingTitle;
String PublishingVersion;
SMS_SDMPackageLocalizedData SDMPackageLocalizedData[];
UInt32 SDMPackageVersion;
String SDMPackageXML;
String SecuredScopeNames[];
String SedoObjectVersion;
String SourceSite;
};
Methods
The SMS_ApplicationPublishingItem class does not define any methods.
Properties
ApplicabilityCondition
Data type: StringAccess type: Read/Write
Qualifiers: [not_null, sizelimit]
CategoryInstance_UniqueIDs
Data type: String ArrayAccess type: Read/Write
Qualifiers: none
CI_ID
Data type: UInt32Access type: Read/Write
Qualifiers: [key, key]
CI_UniqueID
Data type: StringAccess type: Read/Write
Qualifiers: [not_null, unique]
CIType_ID
Data type: UInt32Access type: Read-only
Qualifiers: [enumeration, not_null, read]
CIVersion
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
CreatedBy
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read, sizelimit]
DateCreated
Data type: DateTimeAccess type: Read-only
Qualifiers: [not_null, read]
DateLastModified
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EffectiveDate
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EULAAccepted
Data type: UInt32Access type: Read-only
Qualifiers: [read]
EULAExists
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
EULASignoffDate
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EULASignoffUser
Data type: StringAccess type: Read-only
Qualifiers: [read]
ExecutionContext
Data type: UInt32Access type: Read-only
Qualifiers: [read, valuemap, values]
IsBundle
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsDigest
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
IsEnabled
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsExpired
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsHidden
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsLatest
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
IsQuarantined
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
IsSuperseded
Data type: BooleanAccess type: Read-only
Qualifiers: [not_null, read]
IsUserDefined
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
LastModifiedBy
Data type: StringAccess type: Read-only
Qualifiers: [not_null, read, sizelimit]
LocalizedCategoryInstanceNames
Data type: String ArrayAccess type: Read-only
Qualifiers: [read]
LocalizedDescription
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedDisplayName
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedInformativeURL
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedPropertyLocaleID
Data type: UInt32Access type: Read-only
Qualifiers: [read]
ModelName
Data type: StringAccess type: Read/Write
Qualifiers: [not_null]
ModelID
Data type: UInt32Access type: Read/Write
Qualifiers: [not_null]
PermittedUses
Data type: UInt32Access type: Read/Write
Qualifiers: [not_null]
PlatformCategoryInstance_UniqueIDs
Data type: String ArrayAccess type: Read/Write
Qualifiers: none
PlatformType
Data type: UInt32Access type: Read-only
Qualifiers: [bitmap, bitvalues, read]
PublishingData
Data type: StringAccess type: Read-only
Qualifiers: [read]
Additional miscellaneous information about the publishing item.
PublishingDataLazy
Data type: StringAccess type: Read-only
Qualifiers: [lazy, read]
Additional miscellaneous information about the publishing item.
PublishingID
Data type: StringAccess type: Read-only
Qualifiers: [read]
Identifier for the publishing item.
PublishingTitle
Data type: StringAccess type: Read-only
Qualifiers: [read]
Title of the publishing item.
PublishingVersion
Data type: StringAccess type: Read-only
Qualifiers: [read]
Version of the publishing item.
SDMPackageLocalizedData
Data type: SMS_SDMPackageLocalizedData ArrayAccess type: Read/Write
Qualifiers: [lazy]
SDMPackageVersion
Data type: UInt32Access type: Read/Write
Qualifiers: [not_null]
SDMPackageXML
Data type: StringAccess type: Read/Write
Qualifiers: [lazy]
SecuredScopeNames
Data type: String ArrayAccess type: Read-only
Qualifiers: [read]
SedoObjectVersion
Data type: StringAccess type: Read-only
Qualifiers: [read]
SourceSite
Data type: StringAccess type: Read/Write
Qualifiers: [sizelimit]
Remarks
The PublishingItem object in an Application digest is reserved for third-party extension to the application model to associate certain PublishingItem objects with Application objects, and to retrieve and manage those objects.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Configuration Manager Application Management Server WMI Classes