'Declaration <DescriptionAttribute("The format of the item.")> Public Property Format As String
[Description("The format of the item.")] public string Format { get; set; }
[Description("The format of the item.")] public: __property string* get_Format(); public: __property void set_Format(
string* value
);
Property Value
- "0" - Null or Test
- "1" - Letter
- "2" - Large Letter#
- "3" - Packet (for potential future use)
- "4" - Parcel (for potential future use)
- "5" to "9" - Spare (for potential future use)
- "A" to "Z" - Spare (for potential future use).