<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Properties > Value.IsEnum Property |
Gets if the value will be an enumeration. Enumerations have a value and a corresponding string representation. -1 ... undefined; 0 ... NOT an enum; 1 ... It is an enum.
[Visual Basic]
Public ReadOnly Property IsEnum() As SByte
Public Get
End Get
End Property
[C#]
public sbyte IsEnum { public get; }
The value will be an enumeration. Enumerations have a value and a corresponding string representation.
Value Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]