Include data length compatibility check for VR (Character Repertoire) and allowed VM for associated attribute as specified in the Standard
public System.bool Detailed {get; set;}
public read-write property Detailed: System.Boolean;
public function get,set Detailed : System.boolean
public: __property System.bool get_Detailed();
public: __property void set_Detailed(
System.bool value
);
public:
property System.bool Detailed {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property Detailed As System.Boolean
'Usage
Dim instance As ValidationOptions
Dim value As System.Boolean
instance.Detailed = value
value = instance.Detailed
Target Platforms: .NET CLR 4.8 or higher