[This is preliminary documentation and is subject to change.]

Date of last modification (date format in invariant culture: MM/DD/YYYY)

Namespace: Tools.InternalT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string LastChange { get; set; }
Visual Basic
Public Property LastChange As String
	Get
	Set
Visual C++
public:
property String^ LastChange {
	String^ get ();
	void set (String^ value);
}
F#
member LastChange : string with get, set
JScript
function get LastChange () : String
function set LastChange (value : String)

Remarks

Be carefull when setting this attribute property. If you make mistake if will cause exception when reading it at runtime.

Exceptions

ExceptionCondition
System..::..FormatExceptionValue being set does not contain a valid string representation of a date and time.

See Also