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!

PersistableSupport Enumeration

Specifies which values to save for a property or event.

[Visual Basic]
Public Enum PersistableSupport
[C#]
public enum PersistableSupport
[C++]
public enum PersistableSupport

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

A PersistableSupport value is used by a visual designer to determine which aspects of the property or event, should be examined and saved.

Members

Member Name Description
All The code generator will produce code for all formats.
Code The code generator will produce code only for code.
Declarative The code generator will produce code for a declarative format such as HTML.
None The code generator will not produce code for any format.
NotCode The code generator will produce code for any format except code; that is, it will generate code for the declarative and resource formats.
NotDeclarative The code generator will produce code for any format except declarative; that is, it will generate code for code and resources.
Resource The code generator will produce code only for resources.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace