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 when the entry was published.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Published As Nullable(Of DateTimeOffset)
Get
Set
'Usage
Dim instance As AtomEntryMetadata
Dim value As Nullable(Of DateTimeOffset)
value = instance.Published
instance.Published = value
public Nullable<DateTimeOffset> Published { get; set; }
public:
property Nullable<DateTimeOffset> Published {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}
member Published : Nullable<DateTimeOffset> with get, set
function get Published () : Nullable<DateTimeOffset>
function set Published (value : Nullable<DateTimeOffset>)
Property Value
Type: System.Nullable<DateTimeOffset>
The date and time when the entry was published.