Constructor for Entry class.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
    type As Type, _
    value As String _
)
public Entry(
    Type type,
    string value
)
public:
Entry(
    Type^ type, 
    String^ value
)
new : 
        type:Type * 
        value:string -> Entry
public function Entry(
    type : Type, 
    value : String
)
Parameters
- type 
 Type: Type- Type of the entry. 
- value 
 Type: String- The value of the entry. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.