CustomToolAttributeKey Property |
Gets or sets the key of the Custom Tool, which will be used in the main menu.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string Key { get; set; }
Public Property Key As String
Get
Set
public:
property String^ Key {
String^ get ();
void set (String^ value);
}
member Key : string with get, set
Property Value
Type:
String
The key of the custom tool.
See Also