Click or drag to resize

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; }

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