Change.OldValue Property

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

Syntax

'Declaration
Public Property OldValue As String
public string OldValue { get; set; }
public:
property String^ OldValue {
    String^ get ();
    void set (String^ value);
}
member OldValue : string with get, set
function get OldValue () : String 
function set OldValue (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Change Class

Microsoft.TeamFoundation.Build.Server Namespace