The following tables list the members exposed by the CardDataObject type.

Name Description
Public property IsConstructed Indicates whether this data object is a constructed data object.
Public property Length Provides the length of the value data of a primitive data object.
Public property List Provides the list of data objects contained in this constructed data object.
Public property Tag Provides access to the tag of this data object.
Public property Value Provides access to the value data of a primitive data object.
Top