Gets the name of the application to store and retrieve role information for.

Namespace:  Novalys.VisualGuard.Security.WebForm
Assembly:  Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public override string ApplicationName { get; set; }
Visual Basic (Declaration)
Public Overrides Property ApplicationName As String

Remarks

This provider does not support the modification of ApplicationName. This provider support only to access to the application defines in the Visual Guard configuration files.

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionAn attempt was made to set the application name.

See Also