SCCM WebService API Reference

SCCMWebService..::..GetInstalledSoftware Method

Gets the add remove programs list.

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public DataSet GetInstalledSoftware(
	string Computername
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetInstalledSoftware ( _
	Computername As String _
) As DataSet
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
DataSet^ GetInstalledSoftware(
	String^ Computername
)

Parameters

Computername
Type: String
The computername.

Return Value

DataSet