Property {Microsoft.VisualBasic.Text.Xml.Models} .NET clr documentation

Property

Description

Property Info (Property Name and Property Value).

(和NamedValue所不同的是,这个对象之中的键值对集合的键值都是小段字符串)

Declare

            
# 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;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]