Share via


PropertyChanged.NewValue Property

Gets or sets the new value of the changed property

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property NewValue As String
'Usage
Dim instance As PropertyChanged 
Dim value As String 

value = instance.NewValue

instance.NewValue = value
public string NewValue { get; set; }
public:
property String^ NewValue {
    String^ get ();
    void set (String^ value);
}
public function get NewValue () : String 
public function set NewValue (value : String)

Property Value

Type: System.String
The new value of the property

.NET Framework Security

See Also

Reference

PropertyChanged Class

PropertyChanged Members

Microsoft.TeamFoundation.Server Namespace