ProjectLicenseFileName Property |
Gets or sets the name of the license file.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string LicenseFileName { get; set; }
<DataMemberAttribute>
Public Property LicenseFileName As String
Get
Set
public:
[DataMemberAttribute]
property String^ LicenseFileName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member LicenseFileName : string with get, set
Property Value
Type:
String
The name of the license file.
Remarks
The license file can be any document type supported by windows, including: .txt, .rtf, .pdf, .docx, .xps, .htm, .html. for security reasons, all other file types are not allowed.
See Also