ChangePassword.ContinueButtonImageUrl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果“继续”按钮由 ChangePassword 属性配置为一个图像按钮,则获取或设置在 ContinueButtonType 控件中用于该按钮的图像的 URL。
public:
virtual property System::String ^ ContinueButtonImageUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string ContinueButtonImageUrl { get; set; }
member this.ContinueButtonImageUrl : string with get, set
Public Overridable Property ContinueButtonImageUrl As String
属性值
在“继续”按钮上显示的图像的 URL。 默认值为 Empty。