Edit

SMS_StatMsgInsStrings Server WMI Class

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.

Syntax

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: UInt32

Access type: Read

Qualifiers: [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: String

Access type: Read

Qualifiers: None

Text to insert into the insertion point.

RecordID Data type: SInt64

Access type: Read

Qualifiers: [key]

Record ID of the status message to which the insertion point belongs.

Remarks

Class qualifiers for this class include:

Note

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

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

SMS_StatusMessage Server WMI Class SMS_StatInsStr Server WMI Class