ExtensionDefinitionProfessionalOnly Property |
Indicate if this extension can be installed only on Professional and Enterprise version
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool ProfessionalOnly { get; set; }
<DataMemberAttribute>
Public Property ProfessionalOnly As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool ProfessionalOnly {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member ProfessionalOnly : bool with get, set
Property Value
Type:
BooleanSee Also