ITsMediaClass::DistributionPoints 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 DistributionPoints property contains a comma-delimited list of distribution points, most preferable first.
[IDL]
HRESULT DistributionPoints([in] BSTR DistributionPoints);
HRESULT DistributionPoints([out,retval] BSTR* DistributionPoints);
Parameters
DistributionPoints
Data type: BSTRQualifiers: [in; out, retval]
On input, the distribution points to set. On output, this parameter points to the retrieved distribution points.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following value.
- S_OK
The method succeeded.
Remarks
Media creation will look for package content from each of these distribution points, in order.