The About property returns a string value that contains information about the version of mCore™ and the license type.
| Usage | strAbout = ObjectName.About |
| Value Type | String |
| Access Mode | Read Only |
| Visual Basic / ASP (VBScript) |
| Dim objSMS As mCore.SMS Set objSMS = New mCore.SMS ' You can also use Set objSMS = CreateObject("mCore.SMS") ' In case of ASP (VBScript) to create object use ' Set objSMS = Server.CreateObject("mCore.SMS") ' In ASP use Response.Write instead of MsgBox MsgBox objSMS.About Set objSMS = Nothing |