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



In This Topic
    PrivateSequences Property
    In This Topic
    Validation of Private Sequences if present

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

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