'Declaration <ObsoleteAttribute("The Properties property is obsolete. The GetPropertyValue, SetPropertyValue and RemovePropertyValue methods should be used instead.", False)> Protected ReadOnly Property Properties As IDictionary
'Usage Dim instance As GridElementBase Dim value As IDictionary value = instance.Properties
[Obsolete("The Properties property is obsolete. The GetPropertyValue, SetPropertyValue and RemovePropertyValue methods should be used instead.", false)] protected IDictionary Properties {get;}