| CustomFieldDropDownDefaultValue Property |
Stores and retrieves a DropDownList default value.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public string DropDownDefaultValue { get; set; }
Public Property DropDownDefaultValue As String
Get
Set
Property Value
Type:
StringA DropDownList default value.
Return Value
Type:
StringThe DropDownList default value.
Remarks See Also