LastValidationDateTime Members

Include Protected Members
Include Inherited Members

Used to return the date and time of the last merge subscription validation.

The LastValidationDateTime type exposes the following members.

Constructors

  Name Description
Public method LastValidationDateTime() Creates a new instance of the LastValidationDateTime class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AttemptedDateTime Gets or sets the date and time when the last validation was attempted.
Public property SuccessfulDateTime Gets or sets the date and time when the last successful validation occurred.
Public property UserData Gets or sets an object property that allows users to attach their own data to this object.

Top