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

Syntax

C#
public override string ApplicationName { get; set; }
Visual Basic
Public Overrides Property ApplicationName As String
	Get
	Set

Property Value

Type: 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