| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property AllocationMode As AllocationMode | |
| C# | |
|---|---|
public abstract AllocationMode AllocationMode {get; set;} | |
| C++/CLI | |
|---|---|
public: abstract property AllocationMode AllocationMode { AllocationMode get(); void set ( AllocationMode value); } | |
The default value is AllocationMode.Contiguous.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)