In This Topic
Include data length compatibility check for VR as specified in the Standard (Length of Value)
Syntax
'Declaration
Public Property DataLength As System.Boolean
'Usage
Dim instance As ValidationOptions
Dim value As System.Boolean
instance.DataLength = value
value = instance.DataLength
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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also