PropertyChange<T>.NewValue Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property NewValue As T
public T NewValue { get; set; }
public:
property T NewValue {
T get ();
void set (T value);
}
member NewValue : 'T with get, set
function get NewValue () : T
function set NewValue (value : T)
Property Value
Type: T
Returns {0}.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.