PartyPartyUpdateTime Property |
Date and time when the Party was last updated.
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> PartyUpdateTime { get; }
Public ReadOnly Property PartyUpdateTime As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime^>^ PartyUpdateTime {
Nullable<DateTime^>^ get ();
}
member PartyUpdateTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
See Also