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_UINALProvider Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the network abstraction layer (NAL) provider 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_UINALProvider : SMS_SiteInstallItemBase 
{
   UInt32 DispIconID;
   UInt32 DispNameID;
   String DLLName;
   String GUID;
   String ItemName;
   String ItemType;
   String ProviderName;
      SMS_UINAL_ResourceInfo ResourceInfo[];
   String Units[];
};
Methods
The SMS_SIIB_UINALProvider class does not define any methods.
Properties
- DispIconID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - Resource ID of the display icon. 
- DispNameID 
 Data type: UInt32- Access type: Read/Write - Qualifiers: None - Resource ID of the display name. 
- DLLName 
 Data type: String- Access type: Read/Write - Qualifiers: None - Name of the resource DLL containing the resource strings for DispIconID and DispNameID. 
- GUID 
 Data type: String- Access type: Read/Write - Qualifiers: None - GUID representing the Microsoft Management Console node for the property page. 
- ItemName 
 Data type: String- Access type: Read-only - Qualifiers: [key, read] 
- ItemType 
 Data type: String- Access type: Read-only - Qualifiers: [key, read] 
- ProviderName 
 Data type: String- Access type: Read/Write - Qualifiers: None - Name of the provider. 
- ResourceInfo 
 Data type: SMS_UINAL_ResourceInfo Array- Access type: Read/Write - Qualifiers: None - SMS_UINAL_ResourceInfo Server WMI Class objects for property pages that reference the NAL provider. 
- Units 
 Data type: String Array- Access type: Read/Write - Qualifiers: None 
Remarks
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.
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
Concepts
Configuration Manager Site Configuration Server WMI Classes
SMS_SiteInstallItemBase Server WMI Class
SMS_UINAL_ResourceInfo Server WMI Class