ProfileInformationLastUpdatedTime Property |
Gets or sets LastUpdatedTime.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public DateTime LastUpdatedTime { get; set; }
Public Property LastUpdatedTime As DateTime
Get
Set
public:
property DateTime LastUpdatedTime {
DateTime get ();
void set (DateTime value);
}
member LastUpdatedTime : DateTime with get, set
Property Value
Type:
DateTime
An
DateTime value that represents LastUpdatedTime of the current object
See Also