PackageClass.VersionGUID Property

Definition

Gets the version GUID generated when the package is first created.

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

Property Value

The version GUID for the package.

Implements

Remarks

For more information, see Package.

Applies to