Click or drag to resize

PackageInfoFileNameOfPackageZipFile Property

Gets the name of the package file. If the property FileNameOfPackageZipFileOverride is not set, the file name is automatically evaluated from the properties of the package (see also FileNameOfPackageZipFileWithoutExtension). If the property FileNameOfPackageZipFileOverride is set, the value of this property is returned.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string FileNameOfPackageZipFile { get; }

Property Value

String
The package file name.
See Also