DicomObjects.NET.V8
DicomObjects 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: .NET CLR 4.0 or higher

    See Also