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

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

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.

See Also