Error from MSDN——No6. Login.PasswordRecoveryIconUrl

1)错误页面路径:

l         ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref16/html/P_System_Web_UI_WebControls_Login_PasswordRecoveryIconUrl.htm

2)页面内容:

 

Note: This property is new in the .NET Framework version 2.0.

Gets (错误在此)the location of an image to display next to the link to the password recovery page.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

Syntax

Visual Basic (Declaration)

Public Overridable Property PasswordRecoveryIconUrl As String

 

Visual Basic (Usage)

Dim instance As Login

Dim value As String

 

value = instance.PasswordRecoveryIconUrl

 

instance.PasswordRecoveryIconUrl = value

 

C#

public virtual string PasswordRecoveryIconUrl { get; set; }

 

C++

public:

virtual property String^ PasswordRecoveryIconUrl {

         String^ get ();

         void set (String^ value);

}

 

J#

/** @property */

public String get_PasswordRecoveryIconUrl ()

 

/** @property */

public void set_PasswordRecoveryIconUrl (String value)

 

JScript

public function get PasswordRecoveryIconUrl () : String

 

public function set PasswordRecoveryIconUrl (value : String)

Property Value

The URL of the image to display. The default is Empty.

 

 

3)简要说明:

Login控件的PasswordRecoveryIconUrl属性是可读可写的,当前文档错误。

posted on 2005-12-24 09:42  POLARIS  阅读(737)  评论(0编辑  收藏  举报

导航