PrivateAttributes Property
In This Topic
Validation of Private Attributes if present
Non-standard, DicomObjects only option. Default is to skip validation for these types
Syntax
'Declaration
Public Property PrivateAttributes As System.Boolean
'Usage
Dim instance As ValidationOptions
Dim value As System.Boolean
instance.PrivateAttributes = value
value = instance.PrivateAttributes
public System.bool PrivateAttributes {get; set;}
public read-write property PrivateAttributes: System.Boolean;
public function get,set PrivateAttributes : System.boolean
public: __property System.bool get_PrivateAttributes();
public: __property void set_PrivateAttributes(
System.bool value
);
public:
property System.bool PrivateAttributes {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also