 | RevisionTypeOldVersion Property |
Gets or sets the old version.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string OldVersion { get; set; }
Public Property OldVersion As String
Get
Set
public:
property String^ OldVersion {
String^ get ();
void set (String^ value);
}
Property Value
String
The old version.
See Also