PersonalDataAttribute 클래스

정의

특정 항목이 개인 데이터로 간주됨을 나타내는 데 사용됩니다.

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
상속
PersonalDataAttribute
파생
특성

생성자

PersonalDataAttribute()

특정 항목이 개인 데이터로 간주됨을 나타내는 데 사용됩니다.

적용 대상