Proprietà WebTestResultComment.Comment
Ottiene o imposta un commento di testo.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public Property Comment As String
public string Comment { get; internal set; }
public:
property String^ Comment {
String^ get ();
internal: void set (String^ value);
}
member Comment : string with get, internal set
function get Comment () : String
internal function set Comment (value : String)
Valore proprietà
Tipo: String
Commento di testo.
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.