In This Topic
Allows data to do be written with odd lengths
Syntax
'Declaration
Public Property AllowOddLengths As System.Boolean
'Usage
Dim instance As WriteBehaviours
Dim value As System.Boolean
instance.AllowOddLengths = value
value = instance.AllowOddLengths
public System.bool AllowOddLengths {get; set;}
public read-write property AllowOddLengths: System.Boolean;
public function get,set AllowOddLengths : System.boolean
public: __property System.bool get_AllowOddLengths();
public: __property void set_AllowOddLengths(
System.bool value
);
public:
property System.bool AllowOddLengths {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also