PackageDependency.PackageGraphRevisionId 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 the package graph's current generation ID.
public:
static property unsigned int PackageGraphRevisionId { unsigned int get(); };
static uint32_t PackageGraphRevisionId();
public static uint PackageGraphRevisionId { get; }
var uInt32 = PackageDependency.packageGraphRevisionId;
Public Shared ReadOnly Property PackageGraphRevisionId As UInteger
Property Value
The package graph's current generation ID.