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






In This Topic
    ProductName Property (DicomGlobal)
    In This Topic
    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
    public static System.string ProductName {get; set;}
    public read-write property ProductName: System.String; static; 
    public static function get,set ProductName : System.String
    public: __property static System.string* get_ProductName();
    public: __property static void set_ProductName( 
       System.string* value
    );
    public:
    static property System.String^ ProductName {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also