ITSProgram::GetMemberPrograms Method
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 ITSProgram::GetMemberPrograms method, in Configuration Manager 2007, gets all software packages or programs that are referred by the task sequence that this instance represents. The task sequence will install all these programs when it runs.
[IDL]
HRESULT GetMemberPrograms(
IPrograms** ppPrograms
);
Parameters
ppPrograms
Data type: IProgramsQualifiers: [out, retval]
Pointer to a Programs Class object implementing the IPrograms interface.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following:
- S_OK
The method succeeded.
Requirements
UIResource.dll.
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.