DicomObjects.NET Core Documentation
DicomObjects.Validation Namespace / ValidationOptions Class / PrivateAttributes Property



In This Topic
    PrivateAttributes Property
    In This Topic
    Validation of Private Attributes if present

    Non-standard, DicomObjects only option. Default is to skip validation for these types

    Syntax
    'Declaration
     
    
    Public Property PrivateAttributes As Boolean
    'Usage
     
    
    Dim instance As ValidationOptions
    Dim value As Boolean
     
    instance.PrivateAttributes = value
     
    value = instance.PrivateAttributes
    public bool PrivateAttributes {get; set;}
    public:
    property bool PrivateAttributes {
       bool get();
       void set (    bool 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