ProjectZipArchive Property |
Gets the zip archive file that contains the extension package.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string ZipArchive { get; }
<DataMemberAttribute>
Public ReadOnly Property ZipArchive As String
Get
public:
[DataMemberAttribute]
property String^ ZipArchive {
String^ get ();
}
[<DataMemberAttribute>]
member ZipArchive : string with get
Property Value
Type:
String
The zip archive.
See Also