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!

Unit.Value

The value of the Unit.

[Visual Basic]
Public ReadOnly Property Value As Single
[C#]
public float Value {get;}
[C++]
public: __property float get_Value();
[JScript]
public function get Value() : float;

See Also

Unit Structure | Unit Members | System.Web.UI.WebControls Namespace