IDTSPackage100.VersionBuild Property

Definition

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

Property Value

The build version of the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to