Click or drag to resize

ProjectLicenseFileContent Property

Gets or sets the content of the license file.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public byte[] LicenseFileContent { get; set; }

Property Value

Type: Byte
The content of the license file.
Remarks
The license file can be any document type supported by windows.
See Also