Share via


SMS_SIIB_AddressType

The SMS_SIIB_AddressType WMI class identifies the SMS sender address types used by the SMS Administrator console.

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

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

Properties

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

    Address type, such as MS_LAN or MS_ISDN_RAS.

  • 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 text for the sender.

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

    Resource identifier of the display icon for the sender.

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

    Resource identifier of the display name for the sender.

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

    Permission status to change SMS sender address types. Bit field flags:
    ALLOW_ADD (0)
    ALLOW_DELETE (1)
    ALLOW_MODIFY (2)
    ALLOW_SCHEDULE (3)
    ALLOW_RATE_LIMITING (4)

  • 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 address 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.

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

    Units this address (sender) supports. Values are:
    SMS
    ADMIN UI
    NETWORK MONITOR
    BOOKS ONLINE
    SCRIPTS

See Also

Site Configuration Classes