Partager via


PluginOrRuleProperty.Name, propriété

Obtient ou définit le nom de la propriété.

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

Syntaxe

'Déclaration
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valeur de propriété

Type : System.String
Nom de propriété.

Sécurité .NET Framework

Voir aussi

Référence

PluginOrRuleProperty Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms