AuditLogEntryEntityItemId Property |
The Id of the record, which is referenced by the event. Null when unknown or N/A. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> EntityItemId { get; set; }
Public Property EntityItemId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ EntityItemId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member EntityItemId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also