SMS_SIIB_AddressType Server WMI Class
Updated: October 28, 2009
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_SIIB_AddressType Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the Configuration Manager sender address type used by the Configuration Manager console.
The following syntax is simplified from Managed Object Format (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[];
};
The SMS_SIIB_AddressType class does not define any methods.
- AddressType
- Data type: String Access type: Read/Write Qualifiers: None Address type. See the AddressType property of SMS_SCI_Address Server WMI Class.
- ChmFile
- Data type: String Access type: Read/Write Qualifiers: None Compressed .chm file containing the .htm file for the address type. See HtmFile.
- DescriptionID
- Data type: UInt32 Access type: Read/Write Qualifiers: None Resource ID of the description text for the sender.
- DispIconID
- Data type: UInt32 Access type: Read/Write Qualifiers: None Resource ID of the display icon for the sender.
- DispNameID
- Data type: UInt32 Access type: Read/Write Qualifiers: None Resource ID of the display name for the sender.
- Flags
-
Data type: UInt32
Access type: Read/Write
Qualifiers: [bits]
Flags indicating permission status to change Configuration Manager sender address types. Possible values are:
- 0
- ALLOW_ADD
- 1
- ALLOW_DELETE
- 2
- ALLOW_MODIFY
- 3
- ALLOW_SCHEDULE
- 4
- ALLOW_RATE_LIMITING
- GUID
- Data type: String Access type: Read/Write Qualifiers: None GUID representing the Microsoft Management Console node for the property page.
- HtmFile
- Data type: String Access type: Read/Write Qualifiers: None Help file (.htm) for the address type.
- ItemName
- Data type: String Access type: Read-only Qualifiers: [key, read] See SMS_SiteInstallItemBase Server WMI Class.
- ItemType
- Data type: String Access type: Read-only Qualifiers: [key, read] See SMS_SiteInstallItemBase Server WMI Class.
- ResDLL
- Data type: String Access type: Read/Write Qualifiers: None Name of the resource DLL containing the resource Strings for DescriptionID,DispIconID, and DispNameID.
- Units
- Data type: StringArray Access type: Read/Write Qualifiers: None See SMS_SiteInstallItemBase Server WMI Class.
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.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.