AssertAction.ValueType Property

 

The type of the property value.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Property Value

Type: System.Type

The type of the property value.

See Also

AssertAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top