CreateUserUrlToEmailOnUserCreation Property |
Gets or Sets the value (a url) that will be included in the conformation email.
Namespace:
Cadcorp.Security.UI.WebControls
Assembly:
Cadcorp.Security.UI (in Cadcorp.Security.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic string UrlToEmailOnUserCreation { get; set; }
Public Property UrlToEmailOnUserCreation As String
Get
Set
<asp:CreateUser UrlToEmailOnUserCreation="String" />
Property Value
Type:
String
See Also