This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The name of the application using the custom membership provider.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
public override string ApplicationName { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Property ApplicationName As 
	Get
	Set

Field Value

Return Value

The name of the application using the custom membership provider.

See Also

Advanced