[This is preliminary documentation and is subject to change.]
Date of last modification (date format in invariant culture: MM/DD/YYYY)
Namespace: Tools.InternalTAssembly: 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
Exceptions
See Also