IDatabaseActualDSN Property |
Actual DSN logged in, depends on superoffice.ini and travel status
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring ActualDSN { get; }
ReadOnly Property ActualDSN As String
Get
Dim instance As IDatabase
Dim value As String
value = instance.ActualDSN
property String^ ActualDSN {
String^ get ();
}
Property Value
Type:
String
See Also