DataClassificationAttribute Třída

Definice

Základní atribut pro klasifikaci dat

public ref class DataClassificationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.GenericParameter | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct, AllowMultiple=true)]
public class DataClassificationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field | System.AttributeTargets.GenericParameter | System.AttributeTargets.Interface | System.AttributeTargets.Parameter | System.AttributeTargets.Property | System.AttributeTargets.ReturnValue | System.AttributeTargets.Struct, AllowMultiple=true)>]
type DataClassificationAttribute = class
    inherit Attribute
Public Class DataClassificationAttribute
Inherits Attribute
Dědičnost
DataClassificationAttribute
Odvozené
Atributy

Konstruktory

Name Description
DataClassificationAttribute(DataClassification)

Inicializuje novou instanci DataClassificationAttribute třídy.

Vlastnosti

Name Description
Classification

Získá klasifikaci reprezentovanou tímto atributem.

Notes

Získá nebo nastaví poznámky.

Platí pro