Gets the application in the collection referenced by the specified repository id.

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 VGApplication this[
	Guid id
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	id As Guid _
) As VGApplication

Parameters

id
Type: System..::.Guid
The repository id of the VGApplication to retrieve from the collection.

Return Value

a VGApplication object representing the Application.

See Also