IDTSPackage100.VersionMinor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.