ProfileInfo.LastUpdatedDate Property

Definition

Gets the last date and time when the profile was updated.

public:
 virtual property DateTime LastUpdatedDate { DateTime get(); };
public virtual DateTime LastUpdatedDate { get; }
member this.LastUpdatedDate : DateTime
Public Overridable ReadOnly Property LastUpdatedDate As DateTime

Property Value

A DateTime that represents the last date and time when the profile was updated.

Applies to

See also