Exposes information about application set stored in a Visual Guard repository.

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#
[SerializableAttribute]
public sealed class VGApplication
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class VGApplication

Remarks

The VGApplication object is used to represent a single application in a Visual Guard repository. It exposes information about the application such as the id, the name and the description.

A VGApplication object is returned by VGApplicationCollection .

Inheritance Hierarchy

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

See Also