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