Gets or sets the path for the DICOM communication debug file.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property LogFileName As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DebuggingConfig
Dim value As String
instance.LogFileName = value
value = instance.LogFileName
|
| C# | |
|---|
public string LogFileName {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_LogFileName();
public: __property void set_LogFileName(
string* value
); |
Return Value
The path for the DICOM communication debug file.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also