DataClassificationAttribute Klas
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Basiskenmerk voor gegevensclassificatie.
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
- Overname
- Afgeleid
- Kenmerken
Constructors
| Name | Description |
|---|---|
| DataClassificationAttribute(DataClassification) |
Initialiseert een nieuw exemplaar van de DataClassificationAttribute klasse. |
Eigenschappen
| Name | Description |
|---|---|
| Classification |
Hiermee haalt u de classificatie op die wordt vertegenwoordigd door dit kenmerk. |
| Notes |
Hiermee haalt u de notities op of stelt u deze in. |