CCM_Download_Provider WMI Class

The CCM_Download_Provider class, in Configuration Manager, defines and registers a non-Microsoft download plug-in provider.

Syntax

class CCM_Download_Provider: CCM_Policy  
{  
    string  LogicalName;  
    string  CLSID;   
    uint32  Priority;   
    String  GlobalSettings;   
    string  Reserved;   
};  

Parameters

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.

Return Values

None.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.