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

In This Topic
    PrivateAttributesToRead Property
    In This Topic
    List of private attributes that should still be read when IgnorePrivateAttributes is true Values are in ggggeeee format such as 0x7FE00010
    Syntax
    'Declaration
     
    
    Public Property PrivateAttributesToRead As System.Collections.Generic.List(Of ULong)
    public System.Collections.Generic.List<ulong> PrivateAttributesToRead {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also