ISettingsSerialNumber Property |
Database serial number, this is a globally unique number for this database (and its siblings).
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring SerialNumber { get; }
ReadOnly Property SerialNumber As String
Get
Dim instance As ISettings
Dim value As String
value = instance.SerialNumber
property String^ SerialNumber {
String^ get ();
}
Property Value
Type:
String
See Also