[This is preliminary documentation and is subject to change.]
Date of last modification
Namespace: Tools.InternalTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public DateTime LastChangeDate { get; set; } |
| Visual Basic |
|---|
Public Property LastChangeDate As DateTime Get Set |
| Visual C++ |
|---|
public: property DateTime LastChangeDate { DateTime get (); void set (DateTime value); } |
| F# |
|---|
member LastChangeDate : DateTime with get, set |
| JScript |
|---|
function get LastChangeDate () : DateTime function set LastChangeDate (value : DateTime) |