Share via


SMS_SIIB_SenderType

The SMS_SIIB_SenderType WMI class describes the available SMS sender types and provides help information for the associated SMS Administrator console property pages.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_SIIB_SenderType : SMS_SiteInstallItemBase
{
  string ChmFile;
  uint32 DescriptionID;
  uint32 DispIconID;
  uint32 DispNameID;
  uint32 Flags;
  string GUID;
  string HtmFile;
  string ItemName;
  string ItemType;
  string ResDLL;
  string SenderType;
  string Units[];
};

Properties

  • ChmFile
    Data type: string
    Access type: Read-only

    Compressed .chm file containing the .htm file.

  • DescriptionID
    Data type: uint32
    Access type: Read-only

    Resource identifier of the description.

  • DispIconID
    Data type: uint32
    Access type: Read-only

    Resource identifier of the display icon.

  • DispNameID
    Data type: uint32
    Access type: Read-only

    Resource identifier of the display name.

  • Flags
    Data type: uint32
    Access type: Read-only
    Qualifiers: Bits

    Defines whether you can add, delete, or modify the sender. Bit field enumeration:
    ALLOW_ADD(0)
    ALLOW_DELETE(1)
    ALLOW_MODIFY(2)

  • GUID
    Data type: string
    Access type: Read-only

    GUID representing the MMC Node type for the property page.

  • HtmFile
    Data type: string
    Access type: Read-only

    Help file (.htm file) for this sender type.

  • ItemName
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of a site install item.

  • ItemType
    Data type: string

    Access type: Read-only
    Qualifiers: Key

    Unique identifier of a site install item.

  • ResDLL
    Data type: string
    Access type: Read-only

    Name of the resource DLL containing the resource strings for DescriptionID, DispIconID, and DispNameID.

  • SenderType
    Data type: string
    Access type: Read-only

    Sender service name.

  • Units
    Data type: string[]
    Access type: Read-only

    Functional area to which this configuration applies. Values are:
    SMS
    ADMIN UI
    NETWORK MONITOR
    BOOKS ONLINE
    SCRIPTS

See Also

Site Configuration Classes