Compartir a través de


AuditInfo.CreatedDateTime Propiedad

Definición

Especifica la fecha y hora en que se creó el objeto asociado.

public:
 property DateTime CreatedDateTime { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public DateTime CreatedDateTime { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.CreatedDateTime : DateTime with get, set
Public Property CreatedDateTime As DateTime

Valor de propiedad

La fecha y hora en las que se creó el objeto asociado.

Atributos

Se aplica a