TelemetryScopeSettings.PostStartEvent 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.
Obtient ou définit une valeur indiquant si l’événement de début de publication ou non lors de la création d’une instance de TelemetryScope.
public:
property bool PostStartEvent { bool get(); void set(bool value); };
public bool PostStartEvent { get; set; }
member this.PostStartEvent : bool with get, set
Public Property PostStartEvent As Boolean