UITestActionExtension.ExtendedProperties Property
Gets or sets the ExtendedProperties.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property ExtendedProperties As AndCondition
public AndCondition ExtendedProperties { get; set; }
public:
property AndCondition^ ExtendedProperties {
AndCondition^ get ();
void set (AndCondition^ value);
}
member ExtendedProperties : AndCondition with get, set
function get ExtendedProperties () : AndCondition
function set ExtendedProperties (value : AndCondition)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.AndCondition
Returns AndCondition.
.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.