DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / ProxyUserNameText Field






In This Topic
    ProxyUserNameText Field
    In This Topic
    The username
    Syntax
    'Declaration
     
    
    Public ProxyUserNameText As System.Windows.Forms.TextBox
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.TextBox
     
    value = instance.ProxyUserNameText
     
    instance.ProxyUserNameText = value
    public System.Windows.Forms.TextBox ProxyUserNameText
    public field ProxyUserNameText: System.Windows.Forms.TextBox; 
    public var ProxyUserNameText : System.Windows.Forms.TextBox;
    public: System.Windows.Forms.TextBox* ProxyUserNameText
    public:
    System.Windows.Forms.TextBox^ ProxyUserNameText
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also