RegisterLoadKeyAttribute.ProductVersion Property

Definition

Gets the version number of your VSPackage. This attribute has been deprecated.

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

Property Value

The version number of your VSPackage.

Applies to