NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyDescriptor.PersistableSupport

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;

Property Value

One of the PersistableSupport enumeration values that specifies whether this property should be persisted.

See Also

PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | PersistableSupport | PersistableAttribute