Freigeben über


OptionalAttribute Klasse

Definition

Definieren Sie ein Feld oder eine Eigenschaft als optional.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class OptionalAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type OptionalAttribute = class
    inherit Attribute
Public Class OptionalAttribute
Inherits Attribute
Vererbung
OptionalAttribute
Attribute

Hinweise

Ein optionales Feld ist ein Feld, in dem kein Wert eine akzeptable Antwort ist. Standardmäßig gilt jedes Feld als erforderlich und muss ausgefüllt werden, um das Formular auszufüllen.

Konstruktoren

OptionalAttribute()

Markieren Sie ein Feld oder eine Eigenschaft als optional.

Gilt für: