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