Name Property (CommandParameter)
- Last UpdatedNov 06, 2025
- 1 minute read
The name of the Command Parameter.
'Declaration
<XmlAttributeAttribute("Name")>
Public Property Name As String
'Usage
Dim instance As CommandParameter
Dim value As String
instance.Name = value
value = instance.Name
[XmlAttribute("Name")]
public string Name {get; set;}