SCCM WebService API Reference

SCCMWebService..::..GetComputerLists Method

Gets the computer lists from specified user.

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

Syntax


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

Parameters

userName
Type: String
Name of the user.

Return Value

DataSet.