DicomObjects.NET8 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 List(Of ULong)
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As List(Of ULong)
     
    instance.PrivateAttributesToRead = value
     
    value = instance.PrivateAttributesToRead
    public List<ulong> PrivateAttributesToRead {get; set;}
    public:
    property List<ulong>^ PrivateAttributesToRead {
       List<ulong>^ get();
       void set (    List<ulong>^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also