DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / AutoValidate Property






    AutoValidate Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Public Overridable Property AutoValidate As System.Windows.Forms.AutoValidate
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.AutoValidate
     
    instance.AutoValidate = value
     
    value = instance.AutoValidate
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also