DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ProductName Property






    ProductName Property (DicomGlobal)
    The product name to be shown in licensing Dialogs etc. Default value is "DicomObjects".
    Syntax
    'Declaration
     
    
    Public Shared Property ProductName As System.String
     
    'Usage
     
    
    Dim value As System.String
     
    DicomGlobal.ProductName = value
     
    value = DicomGlobal.ProductName
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also