'Declaration <ObsoleteAttribute("PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public ReadOnly Property PersistId As Integer
'Usage Dim instance As DropDownItemBaseControl Dim value As Integer value = instance.PersistId
[Obsolete("PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public int PersistId {get;}