BuildQualityChangedNotificationEvent.OldValue Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Декларация
Public Property OldValue As String
Get
Private Set
public string OldValue { get; private set; }
public:
property String^ OldValue {
String^ get ();
private: void set (String^ value);
}
member OldValue : string with get, private set
function get OldValue () : String
private function set OldValue (value : String)
Property Value
Type: System.String
.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.