LogPropertyIgnoreAttribute Classe
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.
Indique qu’une balise ne doit pas être journalisée.
public ref class LogPropertyIgnoreAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class LogPropertyIgnoreAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type LogPropertyIgnoreAttribute = class
inherit Attribute
Public NotInheritable Class LogPropertyIgnoreAttribute
Inherits Attribute
- Héritage
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| LogPropertyIgnoreAttribute() |
Indique qu’une balise ne doit pas être journalisée. |