PropertyChange<T>.OldValue Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property OldValue As T
public T OldValue { get; set; }
public:
property T OldValue {
T get ();
void set (T value);
}
member OldValue : 'T with get, set
function get OldValue () : T
function set OldValue (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.