SCCM WebService API Reference

SCCMWebService..::..DeleteComputerVariables Method (Int32, String)

Deletes the specified computer variable.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool DeleteComputerVariables(
	int resourceID,
	string variable
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function DeleteComputerVariables ( _
	resourceID As Integer, _
	variable As String _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ DeleteComputerVariables(
	int^ resourceID, 
	String^ variable
)

Parameters

resourceID
Type: Int32
The resource identifier.
variable
Type: String
The variable.

Return Value

true if succeeded, otherwise false.