Gets or sets the comment associated with this defined name.
Syntax
'Declaration
Property Comment As String
'Usage
Dim instance As IName
Dim value As String
instance.Comment = value
value = instance.Comment
string Comment {get; set;}
Property Value
The string value represents comment associated with this defined name.
See Also