PersonalDataAttribute Klasse

Definition

Wird verwendet, um anzugeben, dass ein Etwas als personenbezogene Daten betrachtet wird.

public ref class PersonalDataAttribute : Attribute
public class PersonalDataAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.All)]
public class PersonalDataAttribute : Attribute
[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
Vererbung
PersonalDataAttribute
Abgeleitet
Attribute

Konstruktoren

PersonalDataAttribute()

Wird verwendet, um anzugeben, dass ein Etwas als personenbezogene Daten betrachtet wird.

Gilt für: