DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / ProductName Property



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also