SCCMWebService..::..CreateComputerList Method
Creates the computer list.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public int CreateComputerList( string name, string userName, string description )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function CreateComputerList ( _ name As String, _ userName As String, _ description As String _ ) As Integer
[SoapHeaderAttribute] [WebMethodAttribute] public: int^ CreateComputerList( String^ name, String^ userName, String^ description )
Parameters
- name
- Type: String
The name.
- userName
- Type: String
Name of the user.
- description
- Type: String
The description.