DefaultValue Property
- Last UpdatedNov 06, 2025
- 1 minute read
The DefaultValue,if required, for the command parameter.
'Declaration
<XmlAttributeAttribute("DefaultValue")>
Public Property DefaultValue As String
'Usage
Dim instance As CommandParameter
Dim value As String
instance.DefaultValue = value
value = instance.DefaultValue
[XmlAttribute("DefaultValue")]
public string DefaultValue {get; set;}