Condividi tramite


Proprietà AssertAction.ValueType

 

Tipo del valore di proprietà.

Spazio dei nomi:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

public Type ValueType { get; }
public:
property Type^ ValueType {
    Type^ get();
}
member ValueType : Type with get
Public ReadOnly Property ValueType As Type

Valore proprietà

Type: System.Type

Tipo del valore di proprietà.

Vedere anche

Classe AssertAction
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common

Torna all'inizio