Proprietà DataSourceTable.Name

Ottiene o imposta il nome per la tabella dell'origine dati. Tale nome deve essere univoco in tutta l'origine dati.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Nome della tabella dell'origine dati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSourceTable Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting