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