IValueRawSymbol.HasValue Property

Gets a value indicating whether this IValueSymbol has a value.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

bool HasValue { get; }

Property Value

Type: Boolean
true if this instance has value; otherwise, false.

Remarks

A VirtualSymbol does not support values, but in terms of the IValueSymbol definition, is a IValueSymbol

Reference

IValueRawSymbol Interface

TwinCAT.TypeSystem Namespace