ISettingsSuperofConfigPath Property |
The full path to the SuperOffice.config file, this file is located in the same folder as SOCRM.exe. This path is tied to the SuperOffice.ini path. Does not require login, if you access through SuperOfficeDB Type Library.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring SuperofConfigPath { get; }
ReadOnly Property SuperofConfigPath As String
Get
Dim instance As ISettings
Dim value As String
value = instance.SuperofConfigPath
property String^ SuperofConfigPath {
String^ get ();
}
Property Value
Type:
String
See Also