'Declaration
<System.ComponentModel.DescriptionAttribute("The name of the type of the PropertyDefinition.")> <System.ComponentModel.DefaultValueAttribute()> Public Property TypeName As System.String
'Usage
Dim instance As PropertyDefinition Dim value As System.String instance.TypeName = value value = instance.TypeName
[System.ComponentModel.Description("The name of the type of the PropertyDefinition.")] [System.ComponentModel.DefaultValue()] public System.string TypeName {get; set;}