Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.