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 ( _
    value As String, _
    isConstant As Boolean _
)
public Entry(
    string value,
    bool isConstant
)
public:
Entry(
    String^ value, 
    bool isConstant
)
new : 
        value:string * 
        isConstant:bool -> Entry
public function Entry(
    value : String, 
    isConstant : boolean
)
Parameters
- value 
 Type: String- The value of the entry. 
- isConstant 
 Type: Boolean- True if the entry is not from a resource. The default is true. 
.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.