ProjectRiskDiscussionLastEditTime Property |
Contains the last edit time of the message. null if the message was never edited. [Filter(eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> LastEditTime { get; set; }
Public Property LastEditTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ LastEditTime {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member LastEditTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also