SMS_SIIB_SenderType Server WMI Class
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_SIIB_SenderType Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the sender type for the associated Configuration Manager console property pages.
The following syntax is simplified from Managed Object Format (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 SiteCode;
String Units[];
};
The SMS_SIIB_SenderType class does not define any methods.
ChmFile
Data type: StringAccess type: Read-only
Qualifiers: None
Compressed .chm file containing the .htm file for the sender type.
DescriptionID
Data type: UInt32Access type: Read-only
Qualifiers: None
Resource ID of the description.
DispIconID
Data type: UInt32Access type: Read-only
Qualifiers: None
Resource ID of the display icon.
DispNameID
Data type: UInt32Access type: Read-only
Qualifiers: None
Resource ID of the display name.
Flags
Data type: UInt32Access type: Read-only
Qualifiers: [bits]
Flags defining operations supported by the sender. Possible values are:
0
ALLOW_ADD1
ALLOW_DELETE2
ALLOW_MODIFY
GUID
Data type: StringAccess type: Read-only
Qualifiers: None
GUID representing the Microsoft Management Console node for the property page.
HtmFile
Data type: StringAccess type: Read-only
Help file (.htm) for the sender type.
ItemName
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
ItemType
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
ResDLL
Data type: StringAccess type: Read-only
Qualifiers: None
Name of the resource DLL containing the resource strings for DescriptionID, DispIconID, and DispNameID.
SenderType
Data type: StringAccess type: Read-only
Qualifiers: None
Sender service name.
SiteCode
Data type: StringAccess type: Read-only
Qualifiers: [read]
Units
Data type: String ArrayAccess type: Read-only
Qualifiers: None
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.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.
Configuration Manager Site Configuration Server WMI Classes
SMS_SiteInstallItemBase Server WMI Class