CreateUserUserNameText Property |
Gets or sets the text of the label for the User Name text box.
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 UserNameText { get; set; }
Public Property UserNameText As String
Get
Set
<asp:CreateUser UserNameText="String" />
Property Value
Type:
String
See Also