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

In This Topic
    IgnoreAllPrivateAttributes Property
    In This Topic
    If set to true, any Private attribute will be skipped. Default value is false
    Syntax
    'Declaration
     
    
    Public Property IgnoreAllPrivateAttributes As System.Boolean
    public System.bool IgnoreAllPrivateAttributes {get; set;}
    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