SigningLicensePrefix Property
In This Topic
Set to tell DicomObjects to check the exe.{Prefix}.lic, instead of default exe.lic file
Syntax
'Declaration
Public Shared Property SigningLicensePrefix As System.String
'Usage
Dim value As System.String
DicomGlobal.SigningLicensePrefix = value
value = DicomGlobal.SigningLicensePrefix
public static System.string SigningLicensePrefix {get; set;}
public read-write property SigningLicensePrefix: System.String; static;
public static function get,set SigningLicensePrefix : System.String
public: __property static System.string* get_SigningLicensePrefix();
public: __property static void set_SigningLicensePrefix(
System.string* value
);
public:
static property System.String^ SigningLicensePrefix {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also