InformationMessageInformationMessageTime Property |
Date and time when thet message occurred. [Required] [Default(Now)] [Filter(ge;le)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime InformationMessageTime { get; set; }
Public Property InformationMessageTime As DateTime
Get
Set
public:
property DateTime^ InformationMessageTime {
DateTime^ get ();
void set (DateTime^ value);
}
member InformationMessageTime : DateTime with get, set
Property Value
Type:
DateTime
See Also