DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also