Click or drag to resize

LogicalWriterMissingTags Property

Gets a collection of required tags identified as missing from the records written to this PQDIF file.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public IReadOnlyCollection<MissingTag> MissingTags { get; }
View Source

Property Value

IReadOnlyCollectionMissingTag
See Also