DicomObjects.NET8 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 Boolean
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As Boolean
     
    instance.IgnoreAllPrivateAttributes = value
     
    value = instance.IgnoreAllPrivateAttributes
    public bool IgnoreAllPrivateAttributes {get; set;}
    public:
    property bool IgnoreAllPrivateAttributes {
       bool get();
       void set (    bool value);
    }
    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: 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