entry_updated Property

The Date-Time when current entry in an OData feed was updated.

Syntax

def get_entry_updated() -> str: ...

entry_updated = property(get_entry_updated, None)

Default Value

""

Remarks

This property contains the Date-Time when the specified entry within an OData feed was updated. This value will be populated once entry_index is set (provided that a Title can be found).

This property is not applicable to OData V4 feeds.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]