Value.IsEnum Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Properties >

Value.IsEnum Property

BR.AN.PviServices .NET


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; }

Property Value

The value will be an enumeration. Enumerations have a value and a corresponding string representation.

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]