Value.IsBitString Property

<< 点击显示目录 >>

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

Value.IsBitString Property

BR.AN.PviServices .NET


Gets if the value is of type Bit- String or not. -1 ... undefined; 0 ... NOT a BitString type; 1 ... It is a Bit-String type.

[Visual Basic]

Public ReadOnly Property IsBitString() As SByte

  Public Get

  End Get

End Property

[C#]

public sbyte IsBitString { public get; }

Property Value

Is the value of type Bit- String or not.

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]