SCCM WebService API Reference

SCCMWebService..::..GetPackageISVData Method

Gets the ISV data of the specified package.

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

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public PackageISVData GetPackageISVData(
	string packageID
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetPackageISVData ( _
	packageID As String _
) As PackageISVData
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
PackageISVData^ GetPackageISVData(
	String^ packageID
)

Parameters

packageID
Type: String
The package ID.

Return Value

Instance of PackageISVData.