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

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