VerificationAttribute.VerificationRule Vlastnost

Definice

Získá hodnotu výčtu VerificationRule označující způsob použití kontrolního bodu přístupnosti.

public:
 property System::Web::UI::VerificationRule VerificationRule { System::Web::UI::VerificationRule get(); };
public System.Web.UI.VerificationRule VerificationRule { get; }
member this.VerificationRule : System.Web.UI.VerificationRule
Public ReadOnly Property VerificationRule As VerificationRule

Hodnota vlastnosti

VerificationRule

Jedna z hodnot výčtu VerificationRule . Výchozí hodnota je Required.

Poznámky

Vlastnost VerificationRule lze nastavit při VerificationAttribute vytvoření instance, ale je volitelná. Pokud použijete konstruktor, který nepřebere rule parametr, použije se výchozí hodnota Required .

Platí pro

Viz také