PrivateAttributes Property
Validation of Private Attributes if present
Non-standard, DicomObjects only option. Default is to skip validation for these types
public bool PrivateAttributes {get; set;}
public:
property bool PrivateAttributes {
bool get();
void set ( bool value);
}
'Declaration
Public Property PrivateAttributes As Boolean
'Usage
Dim instance As ValidationOptions
Dim value As Boolean
instance.PrivateAttributes = value
value = instance.PrivateAttributes
Target Platforms: .NET CLR 4.0 or higher