| DateTimeCodeProviderNumber Property |
Namespace:
Dynamicweb.Extensibility.CodeProviders
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [AddInParameterAttribute("Number")]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "inputClass=inputControl")]
[AddInParameterGroupAttribute("Source")]
public int Number { get; set; }
<AddInParameterAttribute("Number")>
<AddInParameterEditorAttribute(GetType(IntegerNumberParameterEditor), "inputClass=inputControl")>
<AddInParameterGroupAttribute("Source")>
Public Property Number As Integer
Get
Set
Property Value
Type:
Int32See Also