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