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