DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / SigningLicensePrefix Property



In This Topic
    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 String
    'Usage
     
    
    Dim value As String
     
    DicomGlobal.SigningLicensePrefix = value
     
    value = DicomGlobal.SigningLicensePrefix
    public static string SigningLicensePrefix {get; set;}
    public:
    static property String^ SigningLicensePrefix {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also