Partager via


ValidationRule.RuleName, propriété

Remarque : cette API est maintenant obsolète.

En cas de substitution dans une classe dérivée, obtient le nom affiché dans l'interface utilisateur lorsqu'une règle est sélectionnée ou affichée dans l'éditeur.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.",  _
    False)> _
Public Overridable ReadOnly Property RuleName As String
    Get
[ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)]
public virtual string RuleName { get; }
[ObsoleteAttribute(L"This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)]
public:
virtual property String^ RuleName {
    String^ get ();
}
[<ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)>]
abstract RuleName : string
[<ObsoleteAttribute("This method is no longer used.  Use DisplayNameAttribute on the class to set a display name for this rule.", 
    false)>]
override RuleName : string
function get RuleName () : String

Valeur de propriété

Type : System.String
Nom de la règle de validation.

Notes

Ceci est utilisé pour localiser l'interface utilisateur.

Sécurité .NET Framework

Voir aussi

Référence

ValidationRule Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms