Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the date and time of last update to the source.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Updated As Nullable(Of DateTimeOffset)
Get
Set
'Usage
Dim instance As AtomEntryMetadata
Dim value As Nullable(Of DateTimeOffset)
value = instance.Updated
instance.Updated = value
public Nullable<DateTimeOffset> Updated { get; set; }
public:
property Nullable<DateTimeOffset> Updated {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}
member Updated : Nullable<DateTimeOffset> with get, set
function get Updated () : Nullable<DateTimeOffset>
function set Updated (value : Nullable<DateTimeOffset>)
Property Value
Type: System.Nullable<DateTimeOffset>
The date and time of last update to the source.