Proprietà ITestPointProperties.State
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Property State As TestPointState
TestPointState State { get; set; }
property TestPointState State {
TestPointState get ();
void set (TestPointState value);
}
abstract State : TestPointState with get, set
function get State () : TestPointState
function set State (value : TestPointState)
Valore proprietà
Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestPointState
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.
Vedere anche
Riferimenti
ITestPointProperties Interfaccia
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client