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






In This Topic
    AuthorisationStringLabel Field
    In This Topic
    The AuthorisationString text label.
    Syntax
    'Declaration
     
    
    Public AuthorisationStringLabel As System.Windows.Forms.Label
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.Label
     
    value = instance.AuthorisationStringLabel
     
    instance.AuthorisationStringLabel = value
    public System.Windows.Forms.Label AuthorisationStringLabel
    public field AuthorisationStringLabel: System.Windows.Forms.Label; 
    public var AuthorisationStringLabel : System.Windows.Forms.Label;
    public: System.Windows.Forms.Label* AuthorisationStringLabel
    public:
    System.Windows.Forms.Label^ AuthorisationStringLabel
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also