ProductPictureLastUpdateTime Property |
The exact server time, when the picture was last updated. Set automatically. [Filter(ge;le)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> LastUpdateTime { get; set; }
Public Property LastUpdateTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ LastUpdateTime {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member LastUpdateTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also