OdsoRecipientData
UniqueTag Property
|
Specifies the contents of a given record in the column containing unique data.
The default value is
null
.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public byte[] UniqueTag { get; set; }
Public Property UniqueTag As Byte()
Get
Set
public:
property array<unsigned char>^ UniqueTag {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member UniqueTag : byte[] with get, set
Property Value
Type:
Byte
See Also