Share via


Entry.EntryType Property

Type should be the expected type of ValueString or ActionLogFormats/ActionNames enumerations in which case the string corresponding to those enumerations will be taken.

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

Syntax

'Declaration
Public Property EntryType As Type
public Type EntryType { get; set; }
public:
property Type^ EntryType {
    Type^ get ();
    void set (Type^ value);
}
member EntryType : Type with get, set
function get EntryType () : Type 
function set EntryType (value : Type)

Property Value

Type: Type
Returns Type.

.NET Framework Security

See Also

Reference

Entry Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace