Keysight Pathwave 89600 VSA .NET API
Item(String) Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > AllocationCollection Class > Item Property : Item(String) Property


name
The name of the allocation to retrieve.

Glossary Item Box

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
C# 
public abstract Allocation Item( 
   string name
) {get;}
C++/CLI 
public:
abstract property Allocation^ Item {
   Allocation^ get(String^ name);
}

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