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; }<DataMemberAttribute>
Public Property LicenseFileContent As Byte()
	Get
	Set
public:
[DataMemberAttribute]
property array<unsigned char>^ LicenseFileContent {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}[<DataMemberAttribute>]
member LicenseFileContent : byte[] with 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