IDTSPackage100.VersionMinor Property

Definition

Gets or sets the minor build version of the package.

public:
 property int VersionMinor { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(46)]
public int VersionMinor { [System.Runtime.InteropServices.DispId(46)] get; [System.Runtime.InteropServices.DispId(46)] set; }
[<System.Runtime.InteropServices.DispId(46)>]
[<get: System.Runtime.InteropServices.DispId(46)>]
[<set: System.Runtime.InteropServices.DispId(46)>]
member this.VersionMinor : int with get, set
Public Property VersionMinor As Integer

Property Value

The minor build version of the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to