Represents a collection of VGApplicationCollection objects.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public sealed class VGApplicationCollection : ICollection, 
	IEnumerable
Visual Basic (Declaration)
Public NotInheritable Class VGApplicationCollection _
	Implements ICollection, IEnumerable

Remarks

A VGApplicationCollection object is returned by the [!:VGRepository.GetAllapplicatons].

Inheritance Hierarchy

System..::.Object
  Novalys.VisualGuard.Security.Membership..::.VGApplicationCollection

See Also