Share via


UpdateServicesPackage.Verify Method (String) 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Verify the content of the package. Exception will be thrown if error found.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Sub Verify ( _
    packageFile As String _
)
'Usage
Dim instance As UpdateServicesPackage
Dim packageFile As String

instance.Verify(packageFile)
public void Verify (
    string packageFile
)
public:
void Verify (
    String^ packageFile
)
public void Verify (
    String packageFile
)
public function Verify (
    packageFile : String
)

Parameters

  • packageFile
    The path to the package file you want to verify.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.