Instance.HasValue Property

Gets a value indicating whether this instance has a value.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public virtual bool HasValue { get; }

VB

Public Overridable ReadOnly Property HasValue As Boolean
    Get

Property Value

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

Remarks

Reference

Instance Class

TwinCAT.Ads.TypeSystem Namespace