AuthorisationString Field
In This Topic
The box containging the AuthorisationString
Syntax
'Declaration
Public AuthorisationString As System.Windows.Forms.TextBox
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.TextBox
value = instance.AuthorisationString
instance.AuthorisationString = value
public System.Windows.Forms.TextBox AuthorisationString
public field AuthorisationString: System.Windows.Forms.TextBox;
public var AuthorisationString : System.Windows.Forms.TextBox;
public: System.Windows.Forms.TextBox* AuthorisationString
public:
System.Windows.Forms.TextBox^ AuthorisationString
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also