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.
Gets or sets the action type.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public MediaActionType ActionType {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property MediaActionType ActionType {
[CompilerGeneratedAttribute]
MediaActionType get();
[CompilerGeneratedAttribute]
void set(MediaActionType value);
}
member ActionType : MediaActionType with get, set
Public Property ActionType As MediaActionType
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.MediaActionType
Returns MediaActionType.
See Also
MediaAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top