DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / ValidationDataSet Property



In This Topic
    ValidationDataSet Property
    In This Topic
    Assign a Validation DataSet to this property would override the DataSet's Validation scheme. This is mainly used for validation of CharacterSet.
    Syntax
    'Declaration
     
    
    Public Property ValidationDataSet As DicomDataSet
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As DicomDataSet
     
    instance.ValidationDataSet = value
     
    value = instance.ValidationDataSet
    public DicomDataSet ValidationDataSet {get; set;}
    public:
    property DicomDataSet^ ValidationDataSet {
       DicomDataSet^ get();
       void set (    DicomDataSet^ 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