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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[SerializableAttribute]
public sealed class VGApplication : VGIMembershipObject, 
	VGIDocumentationMembershipObject
Visual Basic
<SerializableAttribute>
Public NotInheritable Class VGApplication
	Implements VGIMembershipObject, VGIDocumentationMembershipObject

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