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!

PropertyChangeActionUnit.NewValue

Gets or sets the new value for the property.

[Visual Basic]
Protected Property NewValue As Object
[C#]
protected object NewValue {get; set;}
[C++]
protected: __property Object* get_NewValue();
protected: __property void set_NewValue(Object*);
[JScript]
protected function get NewValue() : Object;
protected function set NewValue(Object);

Property Value

The new value for the property.

See Also

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