DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ReadBehaviours Class / IgnoreAllPrivateAttributes Property






IgnoreAllPrivateAttributes Property
If set to true, any Private attribute will be skipped. Default value is false
Syntax
'Declaration
 
Public Property IgnoreAllPrivateAttributes As System.Boolean
 
'Usage
 
Dim instance As ReadBehaviours
Dim value As System.Boolean
 
instance.IgnoreAllPrivateAttributes = value
 
value = instance.IgnoreAllPrivateAttributes
Remarks
The default value of this property is derived from the IgnoreAllPrivateAttributes value of the internal registry, which in turn has a default value of 0, causing this property to be false.
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also