HtmlViewExtensionExtensionName Property |
The name of this extension, This text will be displayed on the Tab item. Do not give a name to long.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public override string ExtensionName { get; }
Public Overrides ReadOnly Property ExtensionName As String
Get
public:
virtual property String^ ExtensionName {
String^ get () override;
}
abstract ExtensionName : string with get
override ExtensionName : string with get
Property Value
Type:
StringSee Also