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!

MemberModifier.Value

Specifies that the member is a value. This field is constant.

[Visual Basic]
Public Const Value As Integer
[C#]
public const int Value;
[C++]
public: const int Value;
[JScript]
public var Value : int;

See Also

MemberModifier Class | MemberModifier Members | System.ComponentModel.Design Namespace