A workaround for old bad Zeiss Data, some of which had UT attributes with 2 Bytes length
public bool ZeissBug {get; set;}
public:
property bool ZeissBug {
bool get();
void set ( bool value);
}
'Declaration
Public Property ZeissBug As Boolean
'Usage
Dim instance As ReadBehaviours
Dim value As Boolean
instance.ZeissBug = value
value = instance.ZeissBug
Target Platforms: .NET CLR 4.0 or higher