Keysight Pathwave 89600 VSA .NET API
Name Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > Context Class : Name Property


Glossary Item Box

Gets or sets the name of the Context

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Name As String
C# 
public abstract string Name {get; set;}
C++/CLI 
public:
abstract property String^ Name {
   String^ get();
   void set (    String^ value);
}

Remarks

A valid name must be unique in the ContextCollection and must contain characters valid for a filename. If the supplied string does not meet these requirements, it will be coerced to a valid string without throwing an exception.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also