IAppxManifestDocument2.PackageVersion Property
Gets or sets the package version.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Property PackageVersion As String
string PackageVersion { get; set; }
property String^ PackageVersion {
String^ get ();
void set (String^ value);
}
abstract PackageVersion : string with get, set
function get PackageVersion () : String
function set PackageVersion (value : String)
Property Value
Type: String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.