PackageClass.PackageFormatVersion Property

Definition

Gets the format version of the package.

public:
 virtual property int PackageFormatVersion { int get(); };
public virtual int PackageFormatVersion { get; }
member this.PackageFormatVersion : int
Public Overridable ReadOnly Property PackageFormatVersion As Integer

Property Value

The format version of the package.

Implements

Remarks

For more information, see Package.

Applies to