Click or drag to resize
Grid Solutions Framework

PIOutputAdapterAutoRemoveTags Property

Gets or sets whether this adapter should automatically remove PI tags that no longer exist locally in metadata.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.191-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(TagRemovalOperation), "DoNotRemove")]
public TagRemovalOperation AutoRemoveTags { get; set; }
View Source

Property Value

TagRemovalOperation
See Also