Share via


ITsMediaClass::ProviderName Property

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

In Configuration Manager, the ProviderName property contains the name of the SMS Provider to which to connect.

[IDL]
HRESULT ProviderName([in] BSTR ProviderName);

HRESULT ProviderName([out,retval] BSTR* ProviderName);

Parameters

  • ProviderName
    Data type: BSTR

    Qualifiers: [in; out, retval]

    On input, the provider name to set. On output, this parameter points to the retrieved provider name.

Return Values

An HRESULT code. Possible values include, but are not limited to, the following value.

  • S_OK
    The method succeeded.

Remarks

See Also

Concepts

ITsMediaClass Interface