[This is preliminary documentation and is subject to change.]

Gets the OfficeClip System Info

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public OCSysInfo GetSysInfo()
Visual Basic (Declaration)
Public Function GetSysInfo As OCSysInfo
Visual C++
public:
OCSysInfo^ GetSysInfo()

Return Value

Instance of the OCSysInfo object containing all the information related to the OfficeClip System Info. OfficeClip.BusinessLayer.Account..::.OCSysInfo

See Also