The SMS_StatMsgInsStrings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents insertion strings that are inserted into the status message.

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

Class SMS_StatMsgInsStrings : SMS_BaseClass
{
	UInt32 InsStrIndex;
	 String InsStrValue;
	 SInt64 RecordID;
};

Methods

The SMS_StatMsgInsStrings class does not define any methods.

Properties

InsStrIndex

Data type: UInt32Access type: ReadQualifiers: [Description(""), key]The index defining the order of the insertion strings. The index directly relates to the insertion points in the status message.
InsStrValue

Data type: StringAccess type: ReadQualifiers: NoneText to insert into the insertion point.
RecordID

Data type: SInt64Access type: ReadQualifiers: [key]Record ID of the status message to which the insertion point belongs.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

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

This class represents insertion strings for Configuration Manager component messages and user-defined messages. The status message is represented by SMS_StatusMessage Server WMI Class. Your application can use the RaiseRawStatusMsg Method in Class SMS_StatusMessage to add insertion strings. To delete insertion strings, the application deletes the associated status message.

Note
Use the SMS_StatInsStr Server WMI Class for a high-performance version of this class.

Requirements

Runtime Requirements

Development Requirements

See Also