DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / Jpip Class / LogLevel Property



In This Topic
    LogLevel Property (Jpip)
    In This Topic
    The LogLevel to use to record JPIP activity
    Syntax
    'Declaration
     
    
    Public Shared Property LogLevel As LogLevel
    'Usage
     
    
    Dim value As LogLevel
     
    Jpip.LogLevel = value
     
    value = Jpip.LogLevel
    public static LogLevel LogLevel {get; set;}
    public:
    static property LogLevel LogLevel {
       LogLevel get();
       void set (    LogLevel 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