Include data length compatibility check for VR as specified in the Standard (Length of Value)
public bool DataLength {get; set;}
public:
property bool DataLength {
bool get();
void set ( bool value);
}
'Declaration
Public Property DataLength As Boolean
'Usage
Dim instance As ValidationOptions
Dim value As Boolean
instance.DataLength = value
value = instance.DataLength
Target Platforms: .NET CLR 4.0 or higher