DataClassificationAttribute Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Базовый атрибут для классификации данных.
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
- Наследование
- Производный
- Атрибуты
Конструкторы
| Имя | Описание |
|---|---|
| DataClassificationAttribute(DataClassification) |
Инициализирует новый экземпляр класса DataClassificationAttribute. |
Свойства
| Имя | Описание |
|---|---|
| Classification |
Возвращает классификацию, представленную этим атрибутом. |
| Notes |
Возвращает или задает заметки. |