Comment Property
- Last UpdatedNov 06, 2025
- 1 minute read
This property allows you store additional information about this ObjectCommand in the Xml.
'Declaration
<XmlAttributeAttribute()>
Public Property Comment As String
'Usage
Dim instance As ObjectCommand
Dim value As String
instance.Comment = value
value = instance.Comment
[XmlAttribute()]
public string Comment {get; set;}