Return a VGApplication if you have right and exist in VGRepository else throw a Exception

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#
[ObsoleteAttribute("Please use a other to take an application", false)]
public VGApplication GetApplication(
	Guid appId
)
Visual Basic
<ObsoleteAttribute("Please use a other to take an application", false)> 
Public Function GetApplication ( 
	appId As Guid
) As VGApplication

Parameters

appId
Type: System..::..Guid

Return Value

Type: VGApplication

See Also