Checks if the repository is valid.

Namespace:  Novalys.VisualGuard.Security.Deployment.Repository
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool IsValidRepository()
Visual Basic (Declaration)
Public Function IsValidRepository As Boolean

Return Value

true if the repository is valid, false otherwise.

Remarks

This method does not throw an error if the repository is not valid

See Also