CCM_Download_Provider WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The CCM_Download_Provider class, in Configuration Manager, defines and registers a non-Microsoft download plug-in provider.
class CCM_Download_Provider: CCM_Policy
{
string LogicalName;
string CLSID;
uint32 Priority;
String GlobalSettings;
string Reserved;
};
- LogicalName
Data type: String
Qualifiers: [in, RealKey, NotNull: ToInstance ToSubClass]
The name of the non-Microsoft provider. This field must match the value specified to the SMS provider.
- CLSID
Data type: String
Qualifiers: [in, NotNull: ToInstance, ToSubClass]
The COM class ID corresponding to the interface implementation.
- Priority
Data type: String
Qualifiers: [in, NotNull: ToInstance ToSubClass]
Priority in the face of multiple alternate provider choices. For future use. Must be nonzero.
- GlobalSettings
Data type: String
Qualifiers: [in]
Provider specific data. Use this for any client-wide configuration for the provider.
- Reserved
Data type: String
Qualifiers: [in]
Reserved for future use.
None.
Requirements
For more information, see Configuration Manager Client Runtime Requirements.
For more information, see Configuration Manager Client Development Requirements.