Property {Microsoft.VisualBasic.Text.Xml.Models} | .NET clr documentation |
Property Info (Property Name and Property Value).
(和NamedValue所不同的是,这个对象之中的键值对集合的键值都是小段字符串)
# namespace Microsoft.VisualBasic.Text.Xml.Models
export class Property {
# Data annotation comment.
comment: string;
# The property name
name: string;
# The property value in text string type
value: string;
}