SharedWorkspace.LastRefreshed 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.
Retourne la date et l’heure auxquelles la Refresh() méthode a été appelée récemment.
public:
property System::Object ^ LastRefreshed { System::Object ^ get(); };
public object LastRefreshed { get; }
member this.LastRefreshed : obj
Public ReadOnly Property LastRefreshed As Object
Valeur de propriété
Remarques
La propriété LastRefreshed génère une erreur si la méthode Refresh n’a jamais été appelée.