ITestPointProperties.State (Propiedad)
Espacio de nombres: Microsoft.TeamFoundation.TestManagement.Client
Ensamblado: Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxis
'Declaración
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)
Valor de propiedad
Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestPointState
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)