PersonalDataAttribute Classe
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.
Utilisé pour indiquer qu’un élément est considéré comme des données personnelles.
public ref class PersonalDataAttribute : Attribute
C#
public class PersonalDataAttribute : Attribute
C#
[System.AttributeUsage(System.AttributeTargets.All)]
public class PersonalDataAttribute : Attribute
C#
[System.AttributeUsage(System.AttributeTargets.Property)]
public class PersonalDataAttribute : Attribute
type PersonalDataAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type PersonalDataAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PersonalDataAttribute = class
inherit Attribute
Public Class PersonalDataAttribute
Inherits Attribute
- Héritage
-
PersonalDataAttribute
- Dérivé
- Attributs
Personal |
Utilisé pour indiquer qu’un élément est considéré comme des données personnelles. |
Produit | Versions |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |