Proprietà ExtractHtmlTagInnerText.AttributeName
Ottiene o imposta il nome dell'attributo.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public Property AttributeName As String
public string AttributeName { get; set; }
public:
property String^ AttributeName {
String^ get ();
void set (String^ value);
}
member AttributeName : string with get, set
function get AttributeName () : String
function set AttributeName (value : String)
Valore proprietà
Tipo: String
Nome dell'attributo.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.