PackageClass.LastModifiedProductVersion Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property LastModifiedProductVersion As String
Get
'Usage
Dim instance As PackageClass
Dim value As String
value = instance.LastModifiedProductVersion
public virtual string LastModifiedProductVersion { get; }
public:
virtual property String^ LastModifiedProductVersion {
String^ get ();
}
abstract LastModifiedProductVersion : string
override LastModifiedProductVersion : string
function get LastModifiedProductVersion () : String
Property Value
Type: System.String