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!

ValueExpressionLevel Enumeration

Specifies the levels of support for an IValueProvider.

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

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

Members

Member Name Description
NotSupported Indicates that the IValueProvider can not provide an expression for the value.
Supported Indicates that the IValueProvider can provide an expression for the value.
UserSelected Indicates that the IValueProvider can provide an expression for the value, and the user has specified that this IValueProvider should provide the expression.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

System.ComponentModel.Design Namespace | IValueProvider | IValueProviderService