LogLevel Property (DicomAssociation)
Controls the level of logging for this particular Association.
public read-write property LogLevel: LogLevel;
public function get,set LogLevel : LogLevel
public: __property LogLevel get_LogLevel();
public: __property void set_LogLevel(
LogLevel value
);
'Declaration
Public Property LogLevel As LogLevel
'Usage
Dim instance As DicomAssociation
Dim value As LogLevel
instance.LogLevel = value
value = instance.LogLevel
Target Platforms: .NET CLR 4.8 or higher