| SettingsDialogModelSelected Property |
Gets or sets the selected.
Namespace:
Dynamicweb.Management.Settings.Dialogs.Models
Assembly:
Dynamicweb.Management.Settings (in Dynamicweb.Management.Settings.dll) Version: 2.3.35
Syntax [MaxLengthAttribute(255, ErrorMessage = "Max 255 characters")]
public string Selected { get; set; }
<MaxLengthAttribute(255, ErrorMessage := "Max 255 characters")>
Public Property Selected As String
Get
Set
Property Value
Type:
String
The selected.
See Also