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



In This Topic
    DomainLabel Field
    In This Topic
    The label for the domain text box
    Syntax
    'Declaration
     
    Public DomainLabel As Label
    'Usage
     
    Dim instance As LicenseDialog
    Dim value As Label
     
    value = instance.DomainLabel
     
    instance.DomainLabel = value
    public Label DomainLabel
    public:
    Label^ DomainLabel
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also