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






In This Topic
    All Property
    In This Topic
    Generate a Full ValidationOptions object
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property All As ValidationOptions
    'Usage
     
    
    Dim value As ValidationOptions
     
    value = ValidationOptions.All
    public static ValidationOptions All {get;}
    public read-only property All: ValidationOptions; static; 
    public static function get All : ValidationOptions
    public: __property static ValidationOptions* get_All();
    public:
    static property ValidationOptions^ All {
       ValidationOptions^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also