AssertAction.ValueType (Propiedad)

El tipo del valor de propiedad.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public ReadOnly Property ValueType As Type
public Type ValueType { get; }
public:
property Type^ ValueType {
    Type^ get ();
}
member ValueType : Type with get
function get ValueType () : Type

Valor de propiedad

Tipo: System.Type
El tipo del valor de propiedad.

Seguridad de .NET Framework

Vea también

Referencia

AssertAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)