Returns the date when the environment was last modified.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[ObsoleteAttribute("This method might be removed from future versions. Use the "ModificationDate" property.")] public DateTime GetModificationDate() |
Visual Basic |
---|
<ObsoleteAttribute("This method might be removed from future versions. Use the "ModificationDate" property.")> _ Public Function GetModificationDate As DateTime |
Visual C++ |
---|
[ObsoleteAttribute(L"This method might be removed from future versions. Use the "ModificationDate" property.")] public: DateTime GetModificationDate() |
Return Value
The date when the environment was last modified.Remarks
This method might be removed from future versions. Use the ModificationDate property.