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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also