Show / Hide Table of Contents

Tag Property

Tag

Warning

This property is obsolete, use DataTag instead.

The tag specifying which data to get.

C#
[Obsolete("This property is obsolete. Use DataTag instead", false)]
public PivDataTag Tag { get; set; }

Property Value

Type Description
PivDataTag

Exceptions

Type Condition
ArgumentException

The data tag specified is not valid for getting data.

In this article
Back to top Generated by DocFX