'Declaration Public ReadOnly Property ExtensionLevel As System.Int32
public System.Int32 ExtensionLevel { get; }
public: __property System.Int32 get_ExtensionLevel();
public:
property System.Int32 ExtensionLevel { System.Int32 get(); }
'Declaration Public ReadOnly Property ExtensionLevel As System.Int32
public System.Int32 ExtensionLevel { get; }
public: __property System.Int32 get_ExtensionLevel();
public:
property System.Int32 ExtensionLevel { System.Int32 get(); }
The interpretation of this value is defined by the developer. The value of ExtensionLevel for a particular BaseVersion value shall increase over subsequent extensions.
Note: Developers can designate lower-order digits to represent sub-levels. For example, the value 100 could represent 1.0, or the value 101 could represent 1.1.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5