Gets the VGRepositoryInformationElement object corresponding to the specified repository Id.

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 VGRepositoryInformationElement this[
	string key
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	key As String _
) As VGRepositoryInformationElement

Parameters

key
Type: System..::.String
the repository id of the VGIInformation stored in the VGRepositoryInformationElement object

Return Value

See Also