ProductName Property (DicomGlobal)
The product name to be shown in licensing Dialogs etc. Default value is "DicomObjects".
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);
}
'Declaration
Public Shared Property ProductName As System.String
'Usage
Dim value As System.String
DicomGlobal.ProductName = value
value = DicomGlobal.ProductName
Target Platforms: .NET CLR 4.8 or higher