CreateUserWizard.EditProfileUrl 属性

定义

获取或设置用户配置文件编辑页面的 URL。

public:
 virtual property System::String ^ EditProfileUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string EditProfileUrl { get; set; }
member this.EditProfileUrl : string with get, set
Public Overridable Property EditProfileUrl As String

属性值

用户配置文件编辑页面的 URL。 默认值为空字符串 ("")。

适用于

另请参阅