Gets a handle to the
allocation whose
AllocationBase.Name property matches the indicated "name".
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads MustOverride ReadOnly Property Item( _
ByVal name As String _
) As Allocation |
Parameters
- name
- The name of the allocation to retrieve.
Property Value
A reference to the allocation is returned. If there is no allocation in the collection whose Name property matches the indicated name, then null is returned.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also