Gets a value indicating whether this property should be persisted as specified in the PersistableAttribute.
[Visual Basic] Public ReadOnly Property PersistableSupport As PersistableSupport [C#] public PersistableSupport PersistableSupport {get;} [C++] public: __property PersistableSupport get_PersistableSupport(); [JScript] public function get PersistableSupport() : PersistableSupport;
One of the PersistableSupport enumeration values that specifies whether this property should be persisted.
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | PersistableSupport | PersistableAttribute