Gets the link url shown on the login page for requesting a password.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string SCLoginPasswordRequestUrl { get; }
Visual Basic (Declaration)
Public ReadOnly Property SCLoginPasswordRequestUrl As String
Visual C++
public:
property String^ SCLoginPasswordRequestUrl {
	String^ get ();
}

See Also