StatusKeyColumnValue..::..PreviousValue Property

Gets or sets the previous value.

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


[RequiredAttribute]
public string PreviousValue { get; set; }
<RequiredAttribute> _
Public Property PreviousValue As String
	Get
	Set
[RequiredAttribute]
public:
property String^ PreviousValue {
	String^ get ();
	void set (String^ value);
}

Field Value

The previous value.