DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ValidationOptions Class / PrivateAttributes Property






    PrivateAttributes Property
    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 System.Boolean
     
    'Usage
     
    
    Dim instance As ValidationOptions
    Dim value As System.Boolean
     
    instance.PrivateAttributes = value
     
    value = instance.PrivateAttributes
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also