SMS_CategoryInstanceBase Server WMI Class

 

Updated: November 1, 2013

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

The SMS_CategoryInstanceBase Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that serves as an abstract base class for the SMS_CategoryInstance Server WMI Class and SMS_UpdateCategoryInstance Server WMI Class classes.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_CategoryInstanceBase : SMS_BaseClass
{
      String CategoryInstance_UniqueID;
      UInt32 CategoryInstanceID;
      String CategoryTypeName;
      String LocalizedCategoryInstanceName;
      SMS_Category_LocalizedProperties LocalizedInformation[];
      UInt32 LocalizedPropertyLocaleID;
      UInt32 ParentCategoryInstanceID;
      String SourceSite;
};

The SMS_CategoryInstanceBase class does not define any methods.

CategoryInstance_UniqueID

Data type: String

Access type: Read/Write

Qualifiers: [unique, SizeLimit("512")

Unique ID of the category instance. This ID is unique across sites. The string length can be up to 512 characters.

CategoryInstanceID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

ID of the category instance. This ID is not unique across sites.

CategoryTypeName

Data type: String

Access type: Read/Write

Qualifiers: None

The type of category represented by the category instance. Possible values are:

  • Product

  • Locale

  • Classification

  • Company

  • Product Family

  • User

LocalizedCategoryInstanceName

Data type: String

Access type: Read-only

Qualifiers: [read]

The localized name of the category instance.

LocalizedInformation

Data type: SMS_Category_LocalizedProperties Array

Access type: Read/Write

Qualifiers: [lazy]

Localized properties associated with the category instance.

LocalizedPropertyLocaleID

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

ID of the locale applying to the localized properties.

ParentCategoryInstanceID

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

ID of the parent for the category instance.

SourceSite

Data type: String

Access type: Read-only

Qualifiers: [read]

The site code for the site where the category instance is created.

Class qualifiers for this class include:

  • Abstract

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Show: