IDTSPackage100.LastModifiedProductVersion Property

Definition

public:
 property System::String ^ LastModifiedProductVersion { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(89)]
public string LastModifiedProductVersion { [System.Runtime.InteropServices.DispId(89)] get; }
[<System.Runtime.InteropServices.DispId(89)>]
[<get: System.Runtime.InteropServices.DispId(89)>]
member this.LastModifiedProductVersion : string
Public ReadOnly Property LastModifiedProductVersion As String

Property Value

The version of the package that is last modified.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to