SCCMWebService..::..SaveComputerList Method
Saves the computer list.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public DataSet SaveComputerList( int id, string name, string description, DataSet computers )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function SaveComputerList ( _ id As Integer, _ name As String, _ description As String, _ computers As DataSet _ ) As DataSet
[SoapHeaderAttribute] [WebMethodAttribute] public: DataSet^ SaveComputerList( int^ id, String^ name, String^ description, DataSet^ computers )
Parameters
- id
- Type: Int32
The identifier.
- name
- Type: String
The name.
- description
- Type: String
The description.
- computers
- Type: DataSet
The computers.