DicomObjects.NET.V8
DicomObjects Namespace / LicenseDialog Class / LicenseTokenLabel Field



In This Topic
    LicenseTokenLabel Field
    In This Topic
    The label holding the default text "License Token"
    Syntax
    'Declaration
     
    Public LicenseTokenLabel As Label
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As Label
     
    value = instance.LicenseTokenLabel
     
    instance.LicenseTokenLabel = value
    public Label LicenseTokenLabel
    public:
    Label^ LicenseTokenLabel
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also