PackageClass.LastModifiedProductVersion Property

Definition

Gets the product version of the last modified package.

public:
 virtual property System::String ^ LastModifiedProductVersion { System::String ^ get(); };
public virtual string LastModifiedProductVersion { get; }
member this.LastModifiedProductVersion : string
Public Overridable ReadOnly Property LastModifiedProductVersion As String

Property Value

The product version of the last modified package.

Implements

Remarks

For more information, see Package.

Applies to