ExportView.CreatedDate Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie la date de création de la vue.
public:
property DateTime CreatedDate { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public DateTime CreatedDate { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.CreatedDate : DateTime with get, set
Public Property CreatedDate As DateTime
Valeur de propriété
Date de création de la vue.
- Attributs