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
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.Boolean
     
    instance.IgnoreAllPrivateAttributes = value
     
    value = instance.IgnoreAllPrivateAttributes
    public System.bool IgnoreAllPrivateAttributes {get; set;}
    public read-write property IgnoreAllPrivateAttributes: System.Boolean; 
    public function get,set IgnoreAllPrivateAttributes : System.boolean
    public: __property System.bool get_IgnoreAllPrivateAttributes();
    public: __property void set_IgnoreAllPrivateAttributes( 
       System.bool value
    );
    public:
    property System.bool IgnoreAllPrivateAttributes {
       System.bool get();
       void set (    System.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: .NET CLR 4.8 or higher

    See Also