Share via


PackageDependency.GenerationId Property

Definition

Gets the package graph's current generation ID.

public:
 static property unsigned int GenerationId { unsigned int get(); };
static uint32_t GenerationId();
public static uint GenerationId { get; }
var uInt32 = PackageDependency.generationId;
Public Shared ReadOnly Property GenerationId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The package graph's current generation ID.

Applies to

See also