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()

用來指出某個專案被視為個人資料。

適用於