IAppxManifestDocument2.PackageVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the package version.
public:
property System::String ^ PackageVersion { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ PackageVersion { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610809344)]
public string PackageVersion { get; set; }
public string PackageVersion { get; set; }
[<System.Runtime.InteropServices.DispId(1610809344)>]
member this.PackageVersion : string with get, set
member this.PackageVersion : string with get, set
Public Property PackageVersion As String
Property Value
Returns String.
- Attributes