NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GC.MaxGeneration

The number of generations the system currently supports.

[Visual Basic]
Public Shared ReadOnly Property MaxGeneration As Integer
[C#]
public static int MaxGeneration {get;}
[C++]
public: __property static int get_MaxGeneration();
[JScript]
public static function get MaxGeneration() : int;

Property Value

The number of generations the system currently supports.

See Also

GC Class | GC Members | System Namespace