ExtensionDefinitionLicenceFile Property |
Name of the License File. The license file can be Plain text (*.txt) or RichText file (*.rtf).
If a license file is present, a prompt window will shown and user have to accept the license before installation.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string LicenceFile { get; set; }
<DataMemberAttribute>
Public Property LicenceFile As String
Get
Set
public:
[DataMemberAttribute]
property String^ LicenceFile {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member LicenceFile : string with get, set
Property Value
Type:
StringSee Also