Enum AttachmentValueType
Represents the type of value that an attachment can hold.
public enum AttachmentValueType
Fields
Array = 4
Boolean = 0
Dictionary = 5
Name = 3
Number = 1
Stream = 6
String = 2
Remarks
This enumeration defines the possible data types that can be associated with an attachment. It is used to specify the type of value stored in an attachment, enabling type-safe handling of attachment data.