LastValidationDateTime Class

Definition

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

public ref class LastValidationDateTime sealed
public sealed class LastValidationDateTime
type LastValidationDateTime = class
Public NotInheritable Class LastValidationDateTime
Inheritance
LastValidationDateTime

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Constructors

LastValidationDateTime()

Creates a new instance of the LastValidationDateTime class.

Properties

AttemptedDateTime

Gets or sets the date and time when the last validation was attempted.

SuccessfulDateTime

Gets or sets the date and time when the last successful validation occurred.

UserData

Gets or sets an object property that allows users to attach their own data to this object.

Applies to

See also