Include data length compatibility check for VR as specified in the Standard (Length of Value)
public System.bool DataLength {get; set;}
public read-write property DataLength: System.Boolean;
public function get,set DataLength : System.boolean
public: __property System.bool get_DataLength();
public: __property void set_DataLength(
System.bool value
);
public:
property System.bool DataLength {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property DataLength As System.Boolean
'Usage
Dim instance As ValidationOptions
Dim value As System.Boolean
instance.DataLength = value
value = instance.DataLength
Target Platforms: .NET CLR 4.8 or higher