ISettingsSuperofLogPath Property |
Returns the full path to the SuperOffice error log file, so_log.txt by default.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring SuperofLogPath { get; }
ReadOnly Property SuperofLogPath As String
Get
Dim instance As ISettings
Dim value As String
value = instance.SuperofLogPath
property String^ SuperofLogPath {
String^ get ();
}
Property Value
Type:
String
See Also