ParameterListEnum Class#
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
More…
Syntax#
C#
public abstract class ParameterListEnum
VB
Public MustInherit Class ParameterListEnum
The ParameterListEnum type exposes the following members.
Constructors#
Name | Description | |
---|---|---|
![]() | ParameterListEnum | Initializes a new instance of the ParameterListEnum class |
Properties#
Name | Description | |
---|---|---|
![]() | Name | The name of the enum parameter as string. |
Reference#
ParameterListEnum Constructor#
Initializes a new instance of the ParameterListEnum class
Syntax#
C#
public ParameterListEnum()
VB
Public Sub New
ParameterListEnum.Name Property#
The name of the enum parameter as string.
Syntax#
C#
public abstract string Name { get; }
VB
Public MustOverride ReadOnly Property Name As String
Get
Property Value#
Type: String