ModifiedProperty Class

Modified property
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActivityModifiedProperty

Namespace:  Aspose.Email.Clients.Activity
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ModifiedProperty

The ModifiedProperty type exposes the following members.

Constructors
  NameDescription
Public methodModifiedProperty
Initializes a new instance of the ModifiedProperty class
Properties
  NameDescription
Public propertyName
Gets or sets name of property
Public propertyNewValue
Gets or sets new value of property
Public propertyOldValue
Gets or sets old value of property
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also